Html Css Color HEX #952906 Burnt Umber

📋 copy color: '#952906'

red 149 ◦ green 41 ◦ blue 6

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

Shades of Burnt Umber #952906

Tints of Burnt Umber #952906

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

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

R = 76.02%
G = 20.92%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#952906 (or 0x952906) is known color: Burnt Umber. HEX triplet: 95, 29 and 06. RGB value is (149,41,6). Sum of RGB (Red+Green+Blue) = 149+41+6=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #952906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952906 is #6AD6F9. Grayscale: #454545. Windows color (decimal): -7001850 or 403861. OLE color: 403861.

HSL color Cylindrical-coordinate representation of color #952906: hue angle of 14.69º 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 #952906 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 6 -
CMYK 0 0.72 0.96 0.42
HSL 14.69º 0.92% 0.3% -
HSV(B) 14.69º 0.96% 0.58% -
XYZ 13.22 7.99 1.02 -
YUV 69.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 149 41 6 0 0.72 0.96 0.42 14.69 0.92 0.3
Hex 95 29 6 0 48 60 2A F 5C 1E
Octal 225 51 6 0 110 140 52 17 134 36
Binary 10010101 101001 110 0 1001000 1100000 101010 1111 1011100 11110

Color Harmonies of #952906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952906

Black with #952906

Text Example


Text Example

White with #952906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952906; }

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

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

background-color css

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

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

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

border-color css

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

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

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