#60552E

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

Shades of West Coast #60552E

Tints of West Coast #60552E

Color information

#60552E (or 0x60552E) is unknown color: approx West Coast. HEX triplet: 60, 55 and 2E. RGB value is (96,85,46). Sum of RGB (Red+Green+Blue) = 96+85+46=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #60552E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60552E is #9FAAD1. Grayscale: #545454. Windows color (decimal): -10463954 or 3036512. OLE color: 3036512.

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

Color convert

RGB968546-
CMYK00.110.520.62
HSL46.8º35.21%27.84%-
HSV(B)46.8º52.08%37.65%-
XYZ8.579.183.91-
YUV83.84106.64136.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=42.29%
G=37.44%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96854600.110.520.6246.835.2127.84
Hex60552E0B343E2f231c
Octal140125560136476574334
Binary110000010101011011100101111010011111010111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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