Html Css Color HEX #963614 Burnt Umber

📋 copy color: '#963614'

red 150 ◦ green 54 ◦ blue 20

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

Shades of Burnt Umber #963614

Tints of Burnt Umber #963614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 66.96%
G = 24.11%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#963614 (or 0x963614) is known color: Burnt Umber. HEX triplet: 96, 36 and 14. RGB value is (150,54,20). Sum of RGB (Red+Green+Blue) = 150+54+20=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #963614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963614 is #69C9EB. Grayscale: #4F4F4F. Windows color (decimal): -6932972 or 1324694. OLE color: 1324694.

HSL color Cylindrical-coordinate representation of color #963614: hue angle of 15.69º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #963614 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 54 20 -
CMYK 0 0.64 0.87 0.41
HSL 15.69º 0.76% 0.33% -
HSV(B) 15.69º 0.87% 0.59% -
XYZ 14.02 9.17 1.69 -
YUV 78.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 150 54 20 0 0.64 0.87 0.41 15.69 0.76 0.33
Hex 96 36 14 0 40 57 29 10 4C 21
Octal 226 66 24 0 100 127 51 20 114 41
Binary 10010110 110110 10100 0 1000000 1010111 101001 10000 1001100 100001

Color Harmonies of #963614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963614

Black with #963614

Text Example


Text Example

White with #963614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963614; }

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

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

background-color css

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

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

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

border-color css

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

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

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