#666417

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

Shades of Costa Del Sol #666417

Tints of Costa Del Sol #666417

Color information

#666417 (or 0x666417) is unknown color: approx Costa Del Sol. HEX triplet: 66, 64 and 17. RGB value is (102,100,23). Sum of RGB (Red+Green+Blue) = 102+100+23=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 23 (9.38% from 255 or 10.22% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #666417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666417 is #999BE8. Grayscale: #5C5C5C. Windows color (decimal): -10066921 or 1533030. OLE color: 1533030.

HSL color Cylindrical-coordinate representation of color #666417: hue angle of 58.48º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #666417 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB10210023-
CMYK00.020.770.6
HSL58.48º63.2%24.51%-
HSV(B)58.48º77.45%40%-
XYZ10.19122.59-
YUV91.8289.16135.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 100 (39.45% from 255) = 44.44%
BLUE value IS 23 (9.38% from 255) = 10.22%
R=45.33%
G=44.44%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021002300.020.770.658.4863.224.51
Hex666417024D3C3a3f19
Octal146144270211574727731
Binary1100110110010010111010100110111110011101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666417; }

 p { color: rgb(102,100,23); }

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

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

 a { background-color: rgb(102,100,23); }

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

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

 span { border-color: rgb(102,100,23); }

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