#962906

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

Shades of Burnt Umber #962906

Tints of Burnt Umber #962906

Color information

#962906 (or 0x962906) is unknown color: approx Burnt Umber. HEX triplet: 96, 29 and 06. RGB value is (150,41,6). Sum of RGB (Red+Green+Blue) = 150+41+6=197 (26% of max value = 765). Red value is 150 (58.98% from 255 or 76.14% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 150 - color contains mainly: red. Hex color #962906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962906 is #69D6F9. Grayscale: #454545. Windows color (decimal): -6936314 or 403862. OLE color: 403862.

HSL color Cylindrical-coordinate representation of color #962906: hue angle of 14.58º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #962906 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB150416-
CMYK00.730.960.41
HSL14.58º92.31%30.59%-
HSV(B)14.58º96%58.82%-
XYZ13.48.081.03-
YUV69.692.11185.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 76.14%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 6 (2.73% from 255) = 3.05%
R=76.14%
G=20.81%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15041600.730.960.4114.5892.3130.59
Hex962960496029f5c1f
Octal2265160111140511713437
Binary100101101010011100100100111000001010011111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962906; }

 p { color: rgb(150,41,6); }

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

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

 a { background-color: rgb(150,41,6); }

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

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

 span { border-color: rgb(150,41,6); }

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