#60552A

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

Shades of West Coast #60552A

Tints of West Coast #60552A

Color information

#60552A (or 0x60552A) is unknown color: approx West Coast. HEX triplet: 60, 55 and 2A. RGB value is (96,85,42). Sum of RGB (Red+Green+Blue) = 96+85+42=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #60552A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60552A is #9FAAD5. Grayscale: #535353. Windows color (decimal): -10463958 or 2774368. OLE color: 2774368.

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

Color convert

RGB968542-
CMYK00.110.560.62
HSL47.78º39.13%27.06%-
HSV(B)47.78º56.25%37.65%-
XYZ8.499.153.51-
YUV83.39104.64137-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 42 (16.80% from 255) = 18.83%
R=43.05%
G=38.12%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96854200.110.560.6247.7839.1327.06
Hex60552A0B383E30271b
Octal140125520137076604733
Binary110000010101011010100101111100011111011000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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