#666217

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

Shades of Costa Del Sol #666217

Tints of Costa Del Sol #666217

Color information

#666217 (or 0x666217) is unknown color: approx Costa Del Sol. HEX triplet: 66, 62 and 17. RGB value is (102,98,23). Sum of RGB (Red+Green+Blue) = 102+98+23=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 23 (9.38% from 255 or 10.31% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #666217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666217 is #999DE8. Grayscale: #5A5A5A. Windows color (decimal): -10067433 or 1532518. OLE color: 1532518.

HSL color Cylindrical-coordinate representation of color #666217: hue angle of 56.96º 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 #666217 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB1029823-
CMYK00.040.770.6
HSL56.96º63.2%24.51%-
HSV(B)56.96º77.45%40%-
XYZ1011.622.53-
YUV90.6589.83136.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.74%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 23 (9.38% from 255) = 10.31%
R=45.74%
G=43.95%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102982300.040.770.656.9663.224.51
Hex666217044D3C393f19
Octal146142270411574717731
Binary11001101100010101110100100110111110011100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666217; }

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

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

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

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

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

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

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

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