Html Css Color HEX #963715 Burnt Umber

📋 copy color: '#963715'

red 150 ◦ green 55 ◦ blue 21

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

Shades of Burnt Umber #963715

Tints of Burnt Umber #963715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.34%

 BLUE value IS 21 (8.59% from 255) = 9.29%

R = 66.37%
G = 24.34%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#963715 (or 0x963715) is known color: Burnt Umber. HEX triplet: 96, 37 and 15. RGB value is (150,55,21). Sum of RGB (Red+Green+Blue) = 150+55+21=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #963715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963715 is #69C8EA. Grayscale: #4F4F4F. Windows color (decimal): -6932715 or 1390486. OLE color: 1390486.

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

Color convert

RGB 150 55 21 -
CMYK 0 0.63 0.86 0.41
HSL 15.81º 0.75% 0.34% -
HSV(B) 15.81º 0.86% 0.59% -
XYZ 14.08 9.27 1.76 -
YUV 79.53 94.97 178.26 -
System Red Green Blue C M Y K H S L
Decimal 150 55 21 0 0.63 0.86 0.41 15.81 0.75 0.34
Hex 96 37 15 0 3F 56 29 10 4B 22
Octal 226 67 25 0 77 126 51 20 113 42
Binary 10010110 110111 10101 0 111111 1010110 101001 10000 1001011 100010

Color Harmonies of #963715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963715

Black with #963715

Text Example


Text Example

White with #963715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963715; }

 p { color: rgb(150,55,21); }

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

background-color css

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

 a { background-color: rgb(150,55,21); }

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

border-color css

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

 span { border-color: rgb(150,55,21); }

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