#6F4600

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

Shades of Raw Umber #6F4600

Tints of Raw Umber #6F4600

Color information

#6F4600 (or 0x6F4600) is unknown color: approx Raw Umber. HEX triplet: 6F, 46 and 00. RGB value is (111,70,0). Sum of RGB (Red+Green+Blue) = 111+70+0=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4600 is #90B9FF. Grayscale: #4A4A4A. Windows color (decimal): -9484800 or 18031. OLE color: 18031.

HSL color Cylindrical-coordinate representation of color #6F4600: hue angle of 37.84º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F4600 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB111700-
CMYK00.3710.56
HSL37.84º100%21.76%-
HSV(B)37.84º100%43.53%-
XYZ8.757.761.04-
YUV74.2886.08154.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 61.33%
GREEN value IS 70 (27.73% from 255) = 38.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.33%
G=38.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11170000.3710.5637.8410021.76
Hex6F4600256438266416
Octal1571060045144704614426
Binary11011111000110001001011100100111000100110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,70,0); }

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

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

 a { background-color: rgb(111,70,0); }

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

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

 span { border-color: rgb(111,70,0); }

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