#963321

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

Shades of Burnt Umber #963321

Tints of Burnt Umber #963321

Color information

#963321 (or 0x963321) is unknown color: approx Burnt Umber. HEX triplet: 96, 33 and 21. RGB value is (150,51,33). Sum of RGB (Red+Green+Blue) = 150+51+33=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #963321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963321 is #69CCDE. Grayscale: #4E4E4E. Windows color (decimal): -6933727 or 2175894. OLE color: 2175894.

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

Color convert

RGB1505133-
CMYK00.660.780.41
HSL9.23º63.93%35.88%-
HSV(B)9.23º78%58.82%-
XYZ14.048.962.43-
YUV78.55102.3178.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.10%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 33 (13.28% from 255) = 14.10%
R=64.10%
G=21.79%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150513300.660.780.419.2363.9335.88
Hex9633210424E2994024
Octal22663410102116511110044
Binary1001011011001110000101000010100111010100110011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963321; }

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

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

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

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

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

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

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

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