#963414

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

Shades of Burnt Umber #963414

Tints of Burnt Umber #963414

Color information

#963414 (or 0x963414) is unknown color: approx Burnt Umber. HEX triplet: 96, 34 and 14. RGB value is (150,52,20). Sum of RGB (Red+Green+Blue) = 150+52+20=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #963414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963414 is #69CBEB. Grayscale: #4D4D4D. Windows color (decimal): -6933484 or 1324182. OLE color: 1324182.

HSL color Cylindrical-coordinate representation of color #963414: hue angle of 14.77º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #963414 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB1505220-
CMYK00.650.870.41
HSL14.77º76.47%33.33%-
HSV(B)14.77º86.67%58.82%-
XYZ13.938.991.66-
YUV77.6595.47179.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.57%
GREEN value IS 52 (20.70% from 255) = 23.42%
BLUE value IS 20 (8.20% from 255) = 9.01%
R=67.57%
G=23.42%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150522000.650.870.4114.7776.4733.33
Hex9634140415729f4c21
Octal22664240101127511711441
Binary100101101101001010001000001101011110100111111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963414; }

 p { color: rgb(150,52,20); }

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

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

 a { background-color: rgb(150,52,20); }

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

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

 span { border-color: rgb(150,52,20); }

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