#9B2A06

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

Shades of Burnt Umber #9B2A06

Tints of Burnt Umber #9B2A06

Color information

#9B2A06 (or 0x9B2A06) is unknown color: approx Burnt Umber. HEX triplet: 9B, 2A and 06. RGB value is (155,42,6). Sum of RGB (Red+Green+Blue) = 155+42+6=203 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.35% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2A06 is #64D5F9. Grayscale: #474747. Windows color (decimal): -6608378 or 404123. OLE color: 404123.

HSL color Cylindrical-coordinate representation of color #9B2A06: hue angle of 14.5º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B2A06 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB155426-
CMYK00.730.960.39
HSL14.5º92.55%31.57%-
HSV(B)14.5º96.13%60.78%-
XYZ14.388.641.08-
YUV71.6890.94187.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 76.35%
GREEN value IS 42 (16.80% from 255) = 20.69%
BLUE value IS 6 (2.73% from 255) = 2.96%
R=76.35%
G=20.69%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15542600.730.960.3914.592.5531.57
Hex9B2A60496027e5d20
Octal2335260111140471613540
Binary1001101110101011001001001110000010011111101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B2A06; }

 p { color: rgb(155,42,6); }

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

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

 a { background-color: rgb(155,42,6); }

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

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

 span { border-color: rgb(155,42,6); }

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