#665D16

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

Shades of Costa Del Sol #665D16

Tints of Costa Del Sol #665D16

Color information

#665D16 (or 0x665D16) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5D and 16. RGB value is (102,93,22). Sum of RGB (Red+Green+Blue) = 102+93+22=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #665D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665D16 is #99A2E9. Grayscale: #575757. Windows color (decimal): -10068714 or 1465702. OLE color: 1465702.

HSL color Cylindrical-coordinate representation of color #665D16: hue angle of 53.25º 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 #665D16 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB1029322-
CMYK00.090.780.6
HSL53.25º64.52%24.31%-
HSV(B)53.25º78.43%40%-
XYZ9.5410.712.32-
YUV87.690.98138.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 93 (36.72% from 255) = 42.86%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=47.00%
G=42.86%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102932200.090.780.653.2564.5224.31
Hex665D16094E3C354118
Octal14613526011116746510130
Binary1100110101110110110010011001110111100110101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665D16; }

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

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

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

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

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

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

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

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