Html Css Color HEX #963516 Burnt Umber

📋 copy color: '#963516'

red 150 ◦ green 53 ◦ blue 22

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

Shades of Burnt Umber #963516

Tints of Burnt Umber #963516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.56%

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

R = 66.67%
G = 23.56%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#963516 (or 0x963516) is known color: Burnt Umber. HEX triplet: 96, 35 and 16. RGB value is (150,53,22). Sum of RGB (Red+Green+Blue) = 150+53+22=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #963516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963516 is #69CAE9. Grayscale: #4E4E4E. Windows color (decimal): -6933226 or 1455510. OLE color: 1455510.

HSL color Cylindrical-coordinate representation of color #963516: hue angle of 14.53º 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 #963516 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 53 22 -
CMYK 0 0.65 0.85 0.41
HSL 14.53º 0.74% 0.34% -
HSV(B) 14.53º 0.85% 0.59% -
XYZ 14 9.09 1.78 -
YUV 78.47 96.14 179.02 -
System Red Green Blue C M Y K H S L
Decimal 150 53 22 0 0.65 0.85 0.41 14.53 0.74 0.34
Hex 96 35 16 0 41 55 29 F 4A 22
Octal 226 65 26 0 101 125 51 17 112 42
Binary 10010110 110101 10110 0 1000001 1010101 101001 1111 1001010 100010

Color Harmonies of #963516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963516

Black with #963516

Text Example


Text Example

White with #963516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963516; }

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

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

background-color css

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

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

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

border-color css

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

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

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