#96361E

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

Shades of Burnt Umber #96361E

Tints of Burnt Umber #96361E

Color information

#96361E (or 0x96361E) is unknown color: approx Burnt Umber. HEX triplet: 96, 36 and 1E. RGB value is (150,54,30). Sum of RGB (Red+Green+Blue) = 150+54+30=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #96361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96361E is #69C9E1. Grayscale: #505050. Windows color (decimal): -6932962 or 1980054. OLE color: 1980054.

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

Color convert

RGB1505430-
CMYK00.640.800.41
HSL12º66.67%35.29%-
HSV(B)12º80%58.82%-
XYZ14.139.222.26-
YUV79.9799.8177.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.10%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 30 (12.11% from 255) = 12.82%
R=64.10%
G=23.08%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150543000.640.800.411266.6735.29
Hex96361E0405029c4323
Octal22666360100120511410343
Binary100101101101101111001000000101000010100111001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96361E; }

 p { color: rgb(150,54,30); }

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

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

 a { background-color: rgb(150,54,30); }

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

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

 span { border-color: rgb(150,54,30); }

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