#6F4910

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

Shades of Raw Umber #6F4910

Tints of Raw Umber #6F4910

Color information

#6F4910 (or 0x6F4910) is unknown color: approx Raw Umber. HEX triplet: 6F, 49 and 10. RGB value is (111,73,16). Sum of RGB (Red+Green+Blue) = 111+73+16=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4910 is #90B6EF. Grayscale: #4E4E4E. Windows color (decimal): -9484016 or 1067375. OLE color: 1067375.

HSL color Cylindrical-coordinate representation of color #6F4910: hue angle of 36º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F4910 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1117316-
CMYK00.340.860.56
HSL36º74.8%24.9%-
HSV(B)36º85.59%43.53%-
XYZ9.038.181.59-
YUV77.8693.09151.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.5%
GREEN value IS 73 (28.91% from 255) = 36.5%
BLUE value IS 16 (6.64% from 255) = 8%
R=55.5%
G=36.5%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111731600.340.860.563674.824.9
Hex6F49100225638244b19
Octal15711120042126704411331
Binary110111110010011000001000101010110111000100100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F4910; }

 p { color: rgb(111,73,16); }

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

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

 a { background-color: rgb(111,73,16); }

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

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

 span { border-color: rgb(111,73,16); }

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