#6F4616

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

Shades of Raw Umber #6F4616

Tints of Raw Umber #6F4616

Color information

#6F4616 (or 0x6F4616) is unknown color: approx Raw Umber. HEX triplet: 6F, 46 and 16. RGB value is (111,70,22). Sum of RGB (Red+Green+Blue) = 111+70+22=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4616 is #90B9E9. Grayscale: #4D4D4D. Windows color (decimal): -9484778 or 1459823. OLE color: 1459823.

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

Color convert

RGB1117022-
CMYK00.370.800.56
HSL32.36º66.92%26.08%-
HSV(B)32.36º80.18%43.53%-
XYZ8.897.821.8-
YUV76.7997.08152.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.68%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 22 (8.98% from 255) = 10.84%
R=54.68%
G=34.48%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111702200.370.800.5632.3666.9226.08
Hex6F4616025503820431a
Octal15710626045120704010332
Binary110111110001101011001001011010000111000100000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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