#963324

Color #963324 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #963324

Tints of Burnt Umber #963324

Color information

#963324 (or 0x963324) is unknown color: approx Burnt Umber. HEX triplet: 96, 33 and 24. RGB value is (150,51,36). Sum of RGB (Red+Green+Blue) = 150+51+36=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #963324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963324 is #69CCDB. Grayscale: #4F4F4F. Windows color (decimal): -6933724 or 2372502. OLE color: 2372502.

HSL color Cylindrical-coordinate representation of color #963324: hue angle of 7.89º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #963324 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB1505136-
CMYK00.660.760.41
HSL7.89º61.29%36.47%-
HSV(B)7.89º76%58.82%-
XYZ14.088.982.66-
YUV78.89103.8178.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.29%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 36 (14.45% from 255) = 15.19%
R=63.29%
G=21.52%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150513600.660.760.417.8961.2936.47
Hex9633240424C2983d24
Octal2266344010211451107544
Binary100101101100111001000100001010011001010011000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963324; }

 p { color: rgb(150,51,36); }

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

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

 a { background-color: rgb(150,51,36); }

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

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

 span { border-color: rgb(150,51,36); }

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