#66592c

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

Shades of Costa Del Sol #66592C

Tints of Costa Del Sol #66592C

Color information

#66592C (or 0x66592C) is unknown color: approx Costa Del Sol. HEX triplet: 66, 59 and 2C. RGB value is (102,89,44). Sum of RGB (Red+Green+Blue) = 102+89+44=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #66592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66592C is #99A6D3. Grayscale: #575757. Windows color (decimal): -10069716 or 2906470. OLE color: 2906470.

HSL color Cylindrical-coordinate representation of color #66592C: hue angle of 46.55º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66592C is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB1028944-
CMYK00.130.570.6
HSL46.55º39.73%28.63%-
HSV(B)46.55º56.86%40%-
XYZ9.5110.153.84-
YUV87.76103.31138.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 44 (17.58% from 255) = 18.72%
R=43.40%
G=37.87%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102894400.130.570.646.5539.7328.63
Hex66592C0D393C2f281d
Octal146131540157174575035
Binary110011010110011011000110111100111110010111110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66592c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66592c; }

 p { color: rgb(102,89,44); }

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

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

 a { background-color: rgb(102,89,44); }

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

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

 span { border-color: rgb(102,89,44); }

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