#605936

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

Shades of West Coast #605936

Tints of West Coast #605936

Color information

#605936 (or 0x605936) is unknown color: approx West Coast. HEX triplet: 60, 59 and 36. RGB value is (96,89,54). Sum of RGB (Red+Green+Blue) = 96+89+54=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #605936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605936 is #9FA6C9. Grayscale: #575757. Windows color (decimal): -10462922 or 3561824. OLE color: 3561824.

HSL color Cylindrical-coordinate representation of color #605936: hue angle of 50º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #605936 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB968954-
CMYK00.070.440.62
HSL50º28%29.41%-
HSV(B)50º43.75%37.65%-
XYZ9.069.94.92-
YUV87.1109.32134.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.17%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=40.17%
G=37.24%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96895400.070.440.62502829.41
Hex605936072C3E321c1d
Octal14013166075476623435
Binary1100000101100111011001111011001111101100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605936; }

 p { color: rgb(96,89,54); }

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

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

 a { background-color: rgb(96,89,54); }

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

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

 span { border-color: rgb(96,89,54); }

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