#695B11

Color #695B11 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #695B11

Tints of Costa Del Sol #695B11

Color information

#695B11 (or 0x695B11) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5B and 11. RGB value is (105,91,17). Sum of RGB (Red+Green+Blue) = 105+91+17=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #695B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695B11 is #96A4EE. Grayscale: #575757. Windows color (decimal): -9872623 or 1137513. OLE color: 1137513.

HSL color Cylindrical-coordinate representation of color #695B11: hue angle of 50.45º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #695B11 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1059117-
CMYK00.130.840.59
HSL50.45º72.13%23.92%-
HSV(B)50.45º83.81%41.18%-
XYZ9.6710.532.05-
YUV86.7588.64141.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 49.30%
GREEN value IS 91 (35.94% from 255) = 42.72%
BLUE value IS 17 (7.03% from 255) = 7.98%
R=49.30%
G=42.72%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105911700.130.840.5950.4572.1323.92
Hex695B110D543B324818
Octal15113321015124736211030
Binary1101001101101110001011011010100111011110010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695B11; }

 p { color: rgb(105,91,17); }

 H1.HeaderClassName
 {
   color: #695B11;
 }
 .AnyTagClassName
 {
   color: #695B11;
 }
</style>
background-color css

<style>
 a { background-color: #695B11; }

 a { background-color: rgb(105,91,17); }

 div.DivClassName
 {
   background-color: #695B11;
 }
 .BgClassName
 {
   background-color: #695B11;
 }
</style>
border-color css

<style>
 span { border-color: #695B11; }

 span { border-color: rgb(105,91,17); }

 td.TdClassName
 {
   border-color: #695B11;
 }
 .TagClassName
 {
   border-color: #695B11;
 }
</style>