#605529

Color #605529 West Coast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Coast #605529

Tints of West Coast #605529

Color information

#605529 (or 0x605529) is unknown color: approx West Coast. HEX triplet: 60, 55 and 29. RGB value is (96,85,41). Sum of RGB (Red+Green+Blue) = 96+85+41=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #605529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605529 is #9FAAD6. Grayscale: #535353. Windows color (decimal): -10463959 or 2708832. OLE color: 2708832.

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

Color convert

RGB968541-
CMYK00.110.570.62
HSL48º40.15%26.86%-
HSV(B)48º57.29%37.65%-
XYZ8.479.143.42-
YUV83.27104.14137.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.24%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 41 (16.41% from 255) = 18.47%
R=43.24%
G=38.29%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96854100.110.570.624840.1526.86
Hex6055290B393E30281b
Octal140125510137176605033
Binary110000010101011010010101111100111111011000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605529; }

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

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

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

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

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

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

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

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