Html Css Color HEX #963620 Burnt Umber

📋 copy color: '#963620'

red 150 ◦ green 54 ◦ blue 32

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

Shades of Burnt Umber #963620

Tints of Burnt Umber #963620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.56%

R = 63.56%
G = 22.88%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#963620 (or 0x963620) is known color: Burnt Umber. HEX triplet: 96, 36 and 20. RGB value is (150,54,32). Sum of RGB (Red+Green+Blue) = 150+54+32=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #963620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963620 is #69C9DF. Grayscale: #505050. Windows color (decimal): -6932960 or 2111126. OLE color: 2111126.

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

Color convert

RGB 150 54 32 -
CMYK 0 0.64 0.79 0.41
HSL 11.19º 0.65% 0.36% -
HSV(B) 11.19º 0.79% 0.59% -
XYZ 14.16 9.23 2.4 -
YUV 80.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 150 54 32 0 0.64 0.79 0.41 11.19 0.65 0.36
Hex 96 36 20 0 40 4F 29 B 41 24
Octal 226 66 40 0 100 117 51 13 101 44
Binary 10010110 110110 100000 0 1000000 1001111 101001 1011 1000001 100100

Color Harmonies of #963620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963620

Black with #963620

Text Example


Text Example

White with #963620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963620; }

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

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

background-color css

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

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

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

border-color css

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

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

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