Html Css Color HEX #962810 Burnt Umber

📋 copy color: '#962810'

red 150 ◦ green 40 ◦ blue 16

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

Shades of Burnt Umber #962810

Tints of Burnt Umber #962810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.42%

 BLUE value IS 16 (6.64% from 255) = 7.77%

R = 72.82%
G = 19.42%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#962810 (or 0x962810) is known color: Burnt Umber. HEX triplet: 96, 28 and 10. RGB value is (150,40,16). Sum of RGB (Red+Green+Blue) = 150+40+16=206 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.82% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 150 - color contains mainly: red. Hex color #962810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962810 is #69D7EF. Grayscale: #464646. Windows color (decimal): -6936560 or 1058966. OLE color: 1058966.

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

Color convert

RGB 150 40 16 -
CMYK 0 0.73 0.89 0.41
HSL 10.75º 0.81% 0.33% -
HSV(B) 10.75º 0.89% 0.59% -
XYZ 13.43 8.04 1.33 -
YUV 70.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 150 40 16 0 0.73 0.89 0.41 10.75 0.81 0.33
Hex 96 28 10 0 49 59 29 B 51 21
Octal 226 50 20 0 111 131 51 13 121 41
Binary 10010110 101000 10000 0 1001001 1011001 101001 1011 1010001 100001

Color Harmonies of #962810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962810

Black with #962810

Text Example


Text Example

White with #962810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962810; }

 p { color: rgb(150,40,16); }

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

background-color css

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

 a { background-color: rgb(150,40,16); }

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

border-color css

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

 span { border-color: rgb(150,40,16); }

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