#60502C

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

Shades of West Coast #60502C

Tints of West Coast #60502C

Color information

#60502C (or 0x60502C) is unknown color: approx West Coast. HEX triplet: 60, 50 and 2C. RGB value is (96,80,44). Sum of RGB (Red+Green+Blue) = 96+80+44=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #60502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60502C is #9FAFD3. Grayscale: #505050. Windows color (decimal): -10465236 or 2904160. OLE color: 2904160.

HSL color Cylindrical-coordinate representation of color #60502C: hue angle of 41.54º 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 #60502C is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB968044-
CMYK00.170.540.62
HSL41.54º37.14%27.45%-
HSV(B)41.54º54.17%37.65%-
XYZ8.158.413.58-
YUV80.68107.3138.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 44 (17.58% from 255) = 20%
R=43.64%
G=36.36%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96804400.170.540.6241.5437.1427.45
Hex60502C011363E2a251b
Octal140120540216676524533
Binary1100000101000010110001000111011011111010101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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