#96361B

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

Shades of Burnt Umber #96361B

Tints of Burnt Umber #96361B

Color information

#96361B (or 0x96361B) is unknown color: approx Burnt Umber. HEX triplet: 96, 36 and 1B. RGB value is (150,54,27). Sum of RGB (Red+Green+Blue) = 150+54+27=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96361B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96361B is #69C9E4. Grayscale: #4F4F4F. Windows color (decimal): -6932965 or 1783446. OLE color: 1783446.

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

Color convert

RGB1505427-
CMYK00.640.820.41
HSL13.17º69.49%34.71%-
HSV(B)13.17º82%58.82%-
XYZ14.099.22.07-
YUV79.6398.3178.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.94%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 27 (10.94% from 255) = 11.69%
R=64.94%
G=23.38%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150542700.640.820.4113.1769.4934.71
Hex96361B0405229d4523
Octal22666330100122511510543
Binary100101101101101101101000000101001010100111011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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