#6F490A

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

Shades of Raw Umber #6F490A

Tints of Raw Umber #6F490A

Color information

#6F490A (or 0x6F490A) is unknown color: approx Raw Umber. HEX triplet: 6F, 49 and 0A. RGB value is (111,73,10). Sum of RGB (Red+Green+Blue) = 111+73+10=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F490A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F490A is #90B6F5. Grayscale: #4D4D4D. Windows color (decimal): -9484022 or 674159. OLE color: 674159.

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

Color convert

RGB1117310-
CMYK00.340.910.56
HSL37.43º83.47%23.73%-
HSV(B)37.43º90.99%43.53%-
XYZ8.998.171.39-
YUV77.1890.09152.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.22%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 10 (4.30% from 255) = 5.15%
R=57.22%
G=37.63%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111731000.340.910.5637.4383.4723.73
Hex6F49A0225B38255318
Octal15711112042133704512330
Binary11011111001001101001000101011011111000100101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F490A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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