Html Css Color HEX #963616 Burnt Umber

📋 copy color: '#963616'

red 150 ◦ green 54 ◦ blue 22

#963616
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #963616

Tints of Burnt Umber #963616

RGB

 RED value IS 150 (58.98% from 255) = 66.37%

 GREEN value IS 54 (21.48% from 255) = 23.89%

 BLUE value IS 22 (8.98% from 255) = 9.73%

R = 66.37%
G = 23.89%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#963616 (or 0x963616) is known color: Burnt Umber. HEX triplet: 96, 36 and 16. RGB value is (150,54,22). Sum of RGB (Red+Green+Blue) = 150+54+22=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #963616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963616 is #69C9E9. Grayscale: #4F4F4F. Windows color (decimal): -6932970 or 1455766. OLE color: 1455766.

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

Color convert

RGB 150 54 22 -
CMYK 0 0.64 0.85 0.41
HSL 15º 0.74% 0.34% -
HSV(B) 15º 0.85% 0.59% -
XYZ 14.04 9.18 1.79 -
YUV 79.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 150 54 22 0 0.64 0.85 0.41 15 0.74 0.34
Hex 96 36 16 0 40 55 29 F 4A 22
Octal 226 66 26 0 100 125 51 17 112 42
Binary 10010110 110110 10110 0 1000000 1010101 101001 1111 1001010 100010

Color Harmonies of #963616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963616

Black with #963616

Text Example


Text Example

White with #963616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963616; }

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

 H1.HeaderClassName
 {
   color: #963616;
 }
 .AnyTagClassName
 {
   color: #963616;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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