#605C29

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

Shades of Costa Del Sol #605C29

Tints of Costa Del Sol #605C29

Color information

#605C29 (or 0x605C29) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5C and 29. RGB value is (96,92,41). Sum of RGB (Red+Green+Blue) = 96+92+41=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #605C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605C29 is #9FA3D6. Grayscale: #575757. Windows color (decimal): -10462167 or 2710624. OLE color: 2710624.

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

Color convert

RGB969241-
CMYK00.040.570.62
HSL55.64º40.15%26.86%-
HSV(B)55.64º57.29%37.65%-
XYZ9.0510.33.61-
YUV87.38101.83134.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 92 (36.33% from 255) = 40.17%
BLUE value IS 41 (16.41% from 255) = 17.90%
R=41.92%
G=40.17%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96924100.040.570.6255.6440.1526.86
Hex605C2904393E38281b
Octal14013451047176705033
Binary11000001011100101001010011100111111011100010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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