Html Css Color HEX #963615 Burnt Umber

📋 copy color: '#963615'

red 150 ◦ green 54 ◦ blue 21

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

Shades of Burnt Umber #963615

Tints of Burnt Umber #963615

RGB

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

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

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

R = 66.67%
G = 24%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#963615 (or 0x963615) is known color: Burnt Umber. HEX triplet: 96, 36 and 15. RGB value is (150,54,21). Sum of RGB (Red+Green+Blue) = 150+54+21=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #963615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963615 is #69C9EA. Grayscale: #4F4F4F. Windows color (decimal): -6932971 or 1390230. OLE color: 1390230.

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

Color convert

RGB 150 54 21 -
CMYK 0 0.64 0.86 0.41
HSL 15.35º 0.75% 0.34% -
HSV(B) 15.35º 0.86% 0.59% -
XYZ 14.03 9.18 1.74 -
YUV 78.94 95.3 178.68 -
System Red Green Blue C M Y K H S L
Decimal 150 54 21 0 0.64 0.86 0.41 15.35 0.75 0.34
Hex 96 36 15 0 40 56 29 F 4B 22
Octal 226 66 25 0 100 126 51 17 113 42
Binary 10010110 110110 10101 0 1000000 1010110 101001 1111 1001011 100010

Color Harmonies of #963615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963615

Black with #963615

Text Example


Text Example

White with #963615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963615; }

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

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

background-color css

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

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

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

border-color css

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

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

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