#605F29

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

Shades of Costa Del Sol #605F29

Tints of Costa Del Sol #605F29

Color information

#605F29 (or 0x605F29) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5F and 29. RGB value is (96,95,41). Sum of RGB (Red+Green+Blue) = 96+95+41=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #605F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F29 is #9FA0D6. Grayscale: #595959. Windows color (decimal): -10461399 or 2711392. OLE color: 2711392.

HSL color Cylindrical-coordinate representation of color #605F29: hue angle of 58.91º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #605F29 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB969541-
CMYK00.010.570.62
HSL58.91º40.15%26.86%-
HSV(B)58.91º57.29%37.65%-
XYZ9.3210.833.7-
YUV89.14100.83132.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 95 (37.5% from 255) = 40.95%
BLUE value IS 41 (16.41% from 255) = 17.67%
R=41.38%
G=40.95%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96954100.010.570.6258.9140.1526.86
Hex605F2901393E3b281b
Octal14013751017176735033
Binary110000010111111010010111100111111011101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,95,41); }

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

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

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

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

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

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

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