#60552C

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

Shades of West Coast #60552C

Tints of West Coast #60552C

Color information

#60552C (or 0x60552C) is unknown color: approx West Coast. HEX triplet: 60, 55 and 2C. RGB value is (96,85,44). Sum of RGB (Red+Green+Blue) = 96+85+44=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60552C is #9FAAD3. Grayscale: #535353. Windows color (decimal): -10463956 or 2905440. OLE color: 2905440.

HSL color Cylindrical-coordinate representation of color #60552C: hue angle of 47.31º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60552C is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB968544-
CMYK00.110.540.62
HSL47.31º37.14%27.45%-
HSV(B)47.31º54.17%37.65%-
XYZ8.539.173.7-
YUV83.62105.64136.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=42.67%
G=37.78%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96854400.110.540.6247.3137.1427.45
Hex60552C0B363E2f251b
Octal140125540136676574533
Binary110000010101011011000101111011011111010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60552C; }

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

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

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

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

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

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

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

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