#60322C

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

Shades of Redwood #60322C

Tints of Redwood #60322C

Color information

#60322C (or 0x60322C) is unknown color: approx Redwood. HEX triplet: 60, 32 and 2C. RGB value is (96,50,44). Sum of RGB (Red+Green+Blue) = 96+50+44=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #60322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60322C is #9FCDD3. Grayscale: #3F3F3F. Windows color (decimal): -10472916 or 2896480. OLE color: 2896480.

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

Color convert

RGB965044-
CMYK00.480.540.62
HSL6.92º37.14%27.45%-
HSV(B)6.92º54.17%37.65%-
XYZ6.424.953-
YUV63.07117.24151.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=50.53%
G=26.32%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96504400.480.540.626.9237.1427.45
Hex60322C030363E7251b
Octal1406254060667674533
Binary1100000110010101100011000011011011111011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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