#60332C

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

Shades of Redwood #60332C

Tints of Redwood #60332C

Color information

#60332C (or 0x60332C) is unknown color: approx Redwood. HEX triplet: 60, 33 and 2C. RGB value is (96,51,44). Sum of RGB (Red+Green+Blue) = 96+51+44=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60332C is #9FCCD3. Grayscale: #3F3F3F. Windows color (decimal): -10472660 or 2896736. OLE color: 2896736.

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

Color convert

RGB965144-
CMYK00.470.540.62
HSL8.08º37.14%27.45%-
HSV(B)8.08º54.17%37.65%-
XYZ6.465.043.01-
YUV63.66116.91151.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.26%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=50.26%
G=26.70%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96514400.470.540.628.0837.1427.45
Hex60332C02F363E8251b
Octal14063540576676104533
Binary11000001100111011000101111110110111110100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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