#665816

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

Shades of Costa Del Sol #665816

Tints of Costa Del Sol #665816

Color information

#665816 (or 0x665816) is unknown color: approx Costa Del Sol. HEX triplet: 66, 58 and 16. RGB value is (102,88,22). Sum of RGB (Red+Green+Blue) = 102+88+22=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #665816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665816 is #99A7E9. Grayscale: #545454. Windows color (decimal): -10069994 or 1464422. OLE color: 1464422.

HSL color Cylindrical-coordinate representation of color #665816: hue angle of 49.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #665816 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB1028822-
CMYK00.140.780.6
HSL49.5º64.52%24.31%-
HSV(B)49.5º78.43%40%-
XYZ9.119.862.18-
YUV84.6692.64140.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 88 (34.77% from 255) = 41.51%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=48.11%
G=41.51%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102882200.140.780.649.564.5224.31
Hex6658160E4E3C324118
Octal14613026016116746210130
Binary1100110101100010110011101001110111100110010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665816; }

 p { color: rgb(102,88,22); }

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

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

 a { background-color: rgb(102,88,22); }

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

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

 span { border-color: rgb(102,88,22); }

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