#606020

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

Shades of Costa Del Sol #606020

Tints of Costa Del Sol #606020

Color information

#606020 (or 0x606020) is unknown color: approx Costa Del Sol. HEX triplet: 60, 60 and 20. RGB value is (96,96,32). Sum of RGB (Red+Green+Blue) = 96+96+32=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606020 is #9F9FDF. Grayscale: #585858. Windows color (decimal): -10461152 or 2121824. OLE color: 2121824.

HSL color Cylindrical-coordinate representation of color #606020: hue angle of 60º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #606020 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB969632-
CMYK000.670.62
HSL60º50%25.1%-
HSV(B)60º66.67%37.65%-
XYZ9.2710.962.99-
YUV88.796133.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.86%
GREEN value IS 96 (37.89% from 255) = 42.86%
BLUE value IS 32 (12.89% from 255) = 14.29%
R=42.86%
G=42.86%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969632000.670.62605025.1
Hex60602000433E3c3219
Octal140140400010376746231
Binary1100000110000010000000100001111111011110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606020; }

 p { color: rgb(96,96,32); }

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

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

 a { background-color: rgb(96,96,32); }

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

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

 span { border-color: rgb(96,96,32); }

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