Html Css Color HEX #963515 Burnt Umber

📋 copy color: '#963515'

red 150 ◦ green 53 ◦ blue 21

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

Shades of Burnt Umber #963515

Tints of Burnt Umber #963515

RGB

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

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

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

R = 66.96%
G = 23.66%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#963515 (or 0x963515) is known color: Burnt Umber. HEX triplet: 96, 35 and 15. RGB value is (150,53,21). Sum of RGB (Red+Green+Blue) = 150+53+21=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #963515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963515 is #69CAEA. Grayscale: #4E4E4E. Windows color (decimal): -6933227 or 1389974. OLE color: 1389974.

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

Color convert

RGB 150 53 21 -
CMYK 0 0.65 0.86 0.41
HSL 14.88º 0.75% 0.34% -
HSV(B) 14.88º 0.86% 0.59% -
XYZ 13.99 9.08 1.73 -
YUV 78.36 95.64 179.1 -
System Red Green Blue C M Y K H S L
Decimal 150 53 21 0 0.65 0.86 0.41 14.88 0.75 0.34
Hex 96 35 15 0 41 56 29 F 4B 22
Octal 226 65 25 0 101 126 51 17 113 42
Binary 10010110 110101 10101 0 1000001 1010110 101001 1111 1001011 100010

Color Harmonies of #963515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963515

Black with #963515

Text Example


Text Example

White with #963515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963515; }

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

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

background-color css

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

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

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

border-color css

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

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

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