#605B05

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

Shades of Costa Del Sol #605B05

Tints of Costa Del Sol #605B05

Color information

#605B05 (or 0x605B05) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5B and 05. RGB value is (96,91,5). Sum of RGB (Red+Green+Blue) = 96+91+5=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #605B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605B05 is #9FA4FA. Grayscale: #535353. Windows color (decimal): -10462459 or 351072. OLE color: 351072.

HSL color Cylindrical-coordinate representation of color #605B05: hue angle of 56.7º 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 #605B05 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB96915-
CMYK00.050.950.62
HSL56.7º90.1%19.8%-
HSV(B)56.7º94.79%37.65%-
XYZ8.599.981.62-
YUV82.6984.16137.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 91 (35.94% from 255) = 47.40%
BLUE value IS 5 (2.34% from 255) = 2.60%
R=50%
G=47.40%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9691500.050.950.6256.790.119.8
Hex605B5055F3E395a14
Octal140133505137767113224
Binary1100000101101110101011011111111110111001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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