Html Css Color HEX #952806 Burnt Umber

📋 copy color: '#952806'

red 149 ◦ green 40 ◦ blue 6

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

Shades of Burnt Umber #952806

Tints of Burnt Umber #952806

RGB

 RED value IS 149 (58.59% from 255) = 76.41%

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

 BLUE value IS 6 (2.73% from 255) = 3.08%

R = 76.41%
G = 20.51%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#952806 (or 0x952806) is known color: Burnt Umber. HEX triplet: 95, 28 and 06. RGB value is (149,40,6). Sum of RGB (Red+Green+Blue) = 149+40+6=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #952806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952806 is #6AD7F9. Grayscale: #444444. Windows color (decimal): -7002106 or 403605. OLE color: 403605.

HSL color Cylindrical-coordinate representation of color #952806: hue angle of 14.27º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #952806 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 40 6 -
CMYK 0 0.73 0.96 0.42
HSL 14.27º 0.92% 0.3% -
HSV(B) 14.27º 0.96% 0.58% -
XYZ 13.19 7.92 1.01 -
YUV 68.72 92.61 185.26 -
System Red Green Blue C M Y K H S L
Decimal 149 40 6 0 0.73 0.96 0.42 14.27 0.92 0.3
Hex 95 28 6 0 49 60 2A E 5C 1E
Octal 225 50 6 0 111 140 52 16 134 36
Binary 10010101 101000 110 0 1001001 1100000 101010 1110 1011100 11110

Color Harmonies of #952806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952806

Black with #952806

Text Example


Text Example

White with #952806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952806; }

 p { color: rgb(149,40,6); }

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

background-color css

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

 a { background-color: rgb(149,40,6); }

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

border-color css

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

 span { border-color: rgb(149,40,6); }

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