#606021

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

Shades of Costa Del Sol #606021

Tints of Costa Del Sol #606021

Color information

#606021 (or 0x606021) is unknown color: approx Costa Del Sol. HEX triplet: 60, 60 and 21. RGB value is (96,96,33). Sum of RGB (Red+Green+Blue) = 96+96+33=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606021 is #9F9FDE. Grayscale: #595959. Windows color (decimal): -10461151 or 2187360. OLE color: 2187360.

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

Color convert

RGB969633-
CMYK000.660.62
HSL60º48.84%25.29%-
HSV(B)60º65.62%37.65%-
XYZ9.2810.963.07-
YUV88.8296.5133.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 33 (13.28% from 255) = 14.67%
R=42.67%
G=42.67%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969633000.660.626048.8425.29
Hex60602100423E3c3119
Octal140140410010276746131
Binary1100000110000010000100100001011111011110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606021; }

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

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

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

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

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

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

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

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