#963215

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

Shades of Burnt Umber #963215

Tints of Burnt Umber #963215

Color information

#963215 (or 0x963215) is unknown color: approx Burnt Umber. HEX triplet: 96, 32 and 15. RGB value is (150,50,21). Sum of RGB (Red+Green+Blue) = 150+50+21=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #963215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963215 is #69CDEA. Grayscale: #4C4C4C. Windows color (decimal): -6933995 or 1389206. OLE color: 1389206.

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

Color convert

RGB1505021-
CMYK00.670.860.41
HSL13.49º75.44%33.53%-
HSV(B)13.49º86%58.82%-
XYZ13.858.821.68-
YUV76.5996.63180.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.87%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 21 (8.59% from 255) = 9.50%
R=67.87%
G=22.62%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150502100.670.860.4113.4975.4433.53
Hex9632150435629d4b22
Octal22662250103126511511342
Binary100101101100101010101000011101011010100111011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963215; }

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

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

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

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

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

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

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

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