Html Css Color HEX #5F4906 Raw Umber

📋 copy color: '#5F4906'

red 95 ◦ green 73 ◦ blue 6

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

Shades of Raw Umber #5F4906

Tints of Raw Umber #5F4906

RGB

 RED value IS 95 (37.5% from 255) = 54.6%

 GREEN value IS 73 (28.91% from 255) = 41.95%

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

R = 54.6%
G = 41.95%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.63

RGB Variations

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

Color information

#5F4906 (or 0x5F4906) is known color: Raw Umber. HEX triplet: 5F, 49 and 06. RGB value is (95,73,6). Sum of RGB (Red+Green+Blue) = 95+73+6=174 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.60% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4906 is #A0B6F9. Grayscale: #484848. Windows color (decimal): -10532602 or 411999. OLE color: 411999.

HSL color Cylindrical-coordinate representation of color #5F4906: hue angle of 45.17º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F4906 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 73 6 -
CMYK 0 0.23 0.94 0.63
HSL 45.17º 0.88% 0.2% -
HSV(B) 45.17º 0.94% 0.37% -
XYZ 7.13 7.21 1.19 -
YUV 71.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 95 73 6 0 0.23 0.94 0.63 45.17 0.88 0.2
Hex 5F 49 6 0 17 5E 3F 2D 58 14
Octal 137 111 6 0 27 136 77 55 130 24
Binary 1011111 1001001 110 0 10111 1011110 111111 101101 1011000 10100

Color Harmonies of #5F4906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4906

Black with #5F4906

Text Example


Text Example

White with #5F4906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F4906; }

 p { color: rgb(95,73,6); }

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

background-color css

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

 a { background-color: rgb(95,73,6); }

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

border-color css

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

 span { border-color: rgb(95,73,6); }

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