#60552B

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

Shades of West Coast #60552B

Tints of West Coast #60552B

Color information

#60552B (or 0x60552B) is unknown color: approx West Coast. HEX triplet: 60, 55 and 2B. RGB value is (96,85,43). Sum of RGB (Red+Green+Blue) = 96+85+43=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #60552B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60552B is #9FAAD4. Grayscale: #535353. Windows color (decimal): -10463957 or 2839904. OLE color: 2839904.

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

Color convert

RGB968543-
CMYK00.110.550.62
HSL47.55º38.13%27.25%-
HSV(B)47.55º55.21%37.65%-
XYZ8.519.163.6-
YUV83.5105.14136.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.86%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 43 (17.19% from 255) = 19.20%
R=42.86%
G=37.95%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96854300.110.550.6247.5538.1327.25
Hex60552B0B373E30261b
Octal140125530136776604633
Binary110000010101011010110101111011111111011000010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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