#963211

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

Shades of Burnt Umber #963211

Tints of Burnt Umber #963211

Color information

#963211 (or 0x963211) is unknown color: approx Burnt Umber. HEX triplet: 96, 32 and 11. RGB value is (150,50,17). Sum of RGB (Red+Green+Blue) = 150+50+17=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #963211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963211 is #69CDEE. Grayscale: #4C4C4C. Windows color (decimal): -6933999 or 1127062. OLE color: 1127062.

HSL color Cylindrical-coordinate representation of color #963211: hue angle of 14.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #963211 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB1505017-
CMYK00.670.890.41
HSL14.89º79.64%32.75%-
HSV(B)14.89º88.67%58.82%-
XYZ13.828.811.5-
YUV76.1494.63180.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.12%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 17 (7.03% from 255) = 7.83%
R=69.12%
G=23.04%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150501700.670.890.4114.8979.6432.75
Hex9632110435929f5021
Octal22662210103131511712041
Binary100101101100101000101000011101100110100111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963211; }

 p { color: rgb(150,50,17); }

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

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

 a { background-color: rgb(150,50,17); }

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

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

 span { border-color: rgb(150,50,17); }

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