#605A06

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

Shades of Costa Del Sol #605A06

Tints of Costa Del Sol #605A06

Color information

#605A06 (or 0x605A06) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5A and 06. RGB value is (96,90,6). Sum of RGB (Red+Green+Blue) = 96+90+6=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #605A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605A06 is #9FA5F9. Grayscale: #525252. Windows color (decimal): -10462714 or 416352. OLE color: 416352.

HSL color Cylindrical-coordinate representation of color #605A06: hue angle of 56º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #605A06 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB96906-
CMYK00.060.940.62
HSL56º88.24%20%-
HSV(B)56º93.75%37.65%-
XYZ8.519.811.62-
YUV82.2284.99137.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 90 (35.55% from 255) = 46.88%
BLUE value IS 6 (2.73% from 255) = 3.12%
R=50%
G=46.88%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9690600.060.940.625688.2420
Hex605A6065E3E385814
Octal140132606136767013024
Binary1100000101101011001101011110111110111000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605A06; }

 p { color: rgb(96,90,6); }

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

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

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

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

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

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

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