#962E16

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

Shades of Burnt Umber #962E16

Tints of Burnt Umber #962E16

Color information

#962E16 (or 0x962E16) is unknown color: approx Burnt Umber. HEX triplet: 96, 2E and 16. RGB value is (150,46,22). Sum of RGB (Red+Green+Blue) = 150+46+22=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #962E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962E16 is #69D1E9. Grayscale: #4A4A4A. Windows color (decimal): -6935018 or 1453718. OLE color: 1453718.

HSL color Cylindrical-coordinate representation of color #962E16: hue angle of 11.25º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #962E16 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB1504622-
CMYK00.690.850.41
HSL11.25º74.42%33.73%-
HSV(B)11.25º85.33%58.82%-
XYZ13.78.51.68-
YUV74.3698.46181.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.81%
GREEN value IS 46 (18.36% from 255) = 21.10%
BLUE value IS 22 (8.98% from 255) = 10.09%
R=68.81%
G=21.10%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150462200.690.850.4111.2574.4233.73
Hex962E160455529b4a22
Octal22656260105125511311242
Binary100101101011101011001000101101010110100110111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962E16; }

 p { color: rgb(150,46,22); }

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

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

 a { background-color: rgb(150,46,22); }

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

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

 span { border-color: rgb(150,46,22); }

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