#66590C

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

Shades of Costa Del Sol #66590C

Tints of Costa Del Sol #66590C

Color information

#66590C (or 0x66590C) is unknown color: approx Costa Del Sol. HEX triplet: 66, 59 and 0C. RGB value is (102,89,12). Sum of RGB (Red+Green+Blue) = 102+89+12=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #66590C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66590C is #99A6F3. Grayscale: #545454. Windows color (decimal): -10069748 or 809318. OLE color: 809318.

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

Color convert

RGB1028912-
CMYK00.130.880.6
HSL51.33º78.95%22.35%-
HSV(B)51.33º88.24%40%-
XYZ9.12101.8-
YUV84.1187.31140.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 89 (35.16% from 255) = 43.84%
BLUE value IS 12 (5.08% from 255) = 5.91%
R=50.25%
G=43.84%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102891200.130.880.651.3378.9522.35
Hex6659C0D583C334f16
Octal14613114015130746311726
Binary110011010110011100011011011000111100110011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66590C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66590C; }

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

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

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

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

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

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

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

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