Html Css Color HEX #963111 Burnt Umber

📋 copy color: '#963111'

red 150 ◦ green 49 ◦ blue 17

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

Shades of Burnt Umber #963111

Tints of Burnt Umber #963111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.69%

 BLUE value IS 17 (7.03% from 255) = 7.87%

R = 69.44%
G = 22.69%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#963111 (or 0x963111) is known color: Burnt Umber. HEX triplet: 96, 31 and 11. RGB value is (150,49,17). Sum of RGB (Red+Green+Blue) = 150+49+17=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #963111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963111 is #69CEEE. Grayscale: #4B4B4B. Windows color (decimal): -6934255 or 1126806. OLE color: 1126806.

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

Color convert

RGB 150 49 17 -
CMYK 0 0.67 0.89 0.41
HSL 14.44º 0.8% 0.33% -
HSV(B) 14.44º 0.89% 0.59% -
XYZ 13.78 8.72 1.49 -
YUV 75.55 94.96 181.1 -
System Red Green Blue C M Y K H S L
Decimal 150 49 17 0 0.67 0.89 0.41 14.44 0.8 0.33
Hex 96 31 11 0 43 59 29 E 50 21
Octal 226 61 21 0 103 131 51 16 120 41
Binary 10010110 110001 10001 0 1000011 1011001 101001 1110 1010000 100001

Color Harmonies of #963111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963111

Black with #963111

Text Example


Text Example

White with #963111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963111; }

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

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

background-color css

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

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

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

border-color css

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

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

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