#6F490F

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

Shades of Raw Umber #6F490F

Tints of Raw Umber #6F490F

Color information

#6F490F (or 0x6F490F) is unknown color: approx Raw Umber. HEX triplet: 6F, 49 and 0F. RGB value is (111,73,15). Sum of RGB (Red+Green+Blue) = 111+73+15=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F490F is #90B6F0. Grayscale: #4E4E4E. Windows color (decimal): -9484017 or 1001839. OLE color: 1001839.

HSL color Cylindrical-coordinate representation of color #6F490F: hue angle of 36.25º degrees, saturation: 0.76, 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 #6F490F is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1117315-
CMYK00.340.860.56
HSL36.25º76.19%24.71%-
HSV(B)36.25º86.49%43.53%-
XYZ9.028.181.56-
YUV77.7592.59151.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 15 (6.25% from 255) = 7.54%
R=55.78%
G=36.68%
B=7.54%

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
Decimal111731500.340.860.5636.2576.1924.71
Hex6F49F0225638244c19
Octal15711117042126704411431
Binary11011111001001111101000101010110111000100100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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