#6f470a

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

Shades of Raw Umber #6F470A

Tints of Raw Umber #6F470A

Color information

#6F470A (or 0x6F470A) is unknown color: approx Raw Umber. HEX triplet: 6F, 47 and 0A. RGB value is (111,71,10). Sum of RGB (Red+Green+Blue) = 111+71+10=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F470A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F470A is #90B8F5. Grayscale: #4C4C4C. Windows color (decimal): -9484534 or 673647. OLE color: 673647.

HSL color Cylindrical-coordinate representation of color #6F470A: hue angle of 36.24º 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 #6F470A is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1117110-
CMYK00.360.910.56
HSL36.24º83.47%23.73%-
HSV(B)36.24º90.99%43.53%-
XYZ8.867.911.35-
YUV76.0190.75152.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.81%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=57.81%
G=36.98%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111711000.360.910.5636.2483.4723.73
Hex6F47A0245B38245318
Octal15710712044133704412330
Binary11011111000111101001001001011011111000100100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f470a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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