Html Css Color HEX #963110 Burnt Umber

📋 copy color: '#963110'

red 150 ◦ green 49 ◦ blue 16

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

Shades of Burnt Umber #963110

Tints of Burnt Umber #963110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.44%

R = 69.77%
G = 22.79%
B = 7.44%

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

#963110 (or 0x963110) is known color: Burnt Umber. HEX triplet: 96, 31 and 10. RGB value is (150,49,16). Sum of RGB (Red+Green+Blue) = 150+49+16=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #963110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963110 is #69CEEF. Grayscale: #4B4B4B. Windows color (decimal): -6934256 or 1061270. OLE color: 1061270.

HSL color Cylindrical-coordinate representation of color #963110: hue angle of 14.78º degrees, saturation: 0.81, 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 #963110 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 16 -
CMYK 0 0.67 0.89 0.41
HSL 14.78º 0.81% 0.33% -
HSV(B) 14.78º 0.89% 0.59% -
XYZ 13.77 8.72 1.45 -
YUV 75.44 94.46 181.18 -
System Red Green Blue C M Y K H S L
Decimal 150 49 16 0 0.67 0.89 0.41 14.78 0.81 0.33
Hex 96 31 10 0 43 59 29 F 51 21
Octal 226 61 20 0 103 131 51 17 121 41
Binary 10010110 110001 10000 0 1000011 1011001 101001 1111 1010001 100001

Color Harmonies of #963110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963110

Black with #963110

Text Example


Text Example

White with #963110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963110; }

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

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

background-color css

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

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

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

border-color css

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

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

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