#963115

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

Shades of Burnt Umber #963115

Tints of Burnt Umber #963115

Color information

#963115 (or 0x963115) is unknown color: approx Burnt Umber. HEX triplet: 96, 31 and 15. RGB value is (150,49,21). Sum of RGB (Red+Green+Blue) = 150+49+21=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #963115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963115 is #69CEEA. Grayscale: #4C4C4C. Windows color (decimal): -6934251 or 1388950. OLE color: 1388950.

HSL color Cylindrical-coordinate representation of color #963115: hue angle of 13.02º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #963115 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB1504921-
CMYK00.670.860.41
HSL13.02º75.44%33.53%-
HSV(B)13.02º86%58.82%-
XYZ13.818.731.67-
YUV76.0196.96180.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.18%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 21 (8.59% from 255) = 9.55%
R=68.18%
G=22.27%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150492100.670.860.4113.0275.4433.53
Hex9631150435629d4b22
Octal22661250103126511511342
Binary100101101100011010101000011101011010100111011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963115; }

 p { color: rgb(150,49,21); }

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

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

 a { background-color: rgb(150,49,21); }

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

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

 span { border-color: rgb(150,49,21); }

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