#7F5106

Color #7F5106 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #7F5106

Tints of Raw Umber #7F5106

Color information

#7F5106 (or 0x7F5106) is unknown color: approx Raw Umber. HEX triplet: 7F, 51 and 06. RGB value is (127,81,6). Sum of RGB (Red+Green+Blue) = 127+81+6=214 (28% of max value = 765). Red value is 127 (50% from 255 or 59.35% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5106 is #80AEF9. Grayscale: #565656. Windows color (decimal): -8433402 or 414079. OLE color: 414079.

HSL color Cylindrical-coordinate representation of color #7F5106: hue angle of 37.19º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F5106 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB127816-
CMYK00.360.950.50
HSL37.19º90.98%26.08%-
HSV(B)37.19º95.28%49.8%-
XYZ11.7310.411.56-
YUV86.282.74157.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 59.35%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 6 (2.73% from 255) = 2.80%
R=59.35%
G=37.85%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12781600.360.950.5037.1990.9826.08
Hex7F5160245F32255b1a
Octal1771216044137624513332
Binary1111111101000111001001001011111110010100101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F5106; }

 p { color: rgb(127,81,6); }

 H1.HeaderClassName
 {
   color: #7F5106;
 }
 .AnyTagClassName
 {
   color: #7F5106;
 }
</style>
background-color css

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

 a { background-color: rgb(127,81,6); }

 div.DivClassName
 {
   background-color: #7F5106;
 }
 .BgClassName
 {
   background-color: #7F5106;
 }
</style>
border-color css

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

 span { border-color: rgb(127,81,6); }

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