#605C05

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

Shades of Costa Del Sol #605C05

Tints of Costa Del Sol #605C05

Color information

#605C05 (or 0x605C05) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5C and 05. RGB value is (96,92,5). Sum of RGB (Red+Green+Blue) = 96+92+5=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #605C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605C05 is #9FA3FA. Grayscale: #535353. Windows color (decimal): -10462203 or 351328. OLE color: 351328.

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

Color convert

RGB96925-
CMYK00.040.950.62
HSL57.36º90.1%19.8%-
HSV(B)57.36º94.79%37.65%-
XYZ8.6810.151.65-
YUV83.2883.83137.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 92 (36.33% from 255) = 47.67%
BLUE value IS 5 (2.34% from 255) = 2.59%
R=49.74%
G=47.67%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9692500.040.950.6257.3690.119.8
Hex605C5045F3E395a14
Octal140134504137767113224
Binary1100000101110010101001011111111110111001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,92,5); }

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

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

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

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

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

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

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