#6F560E

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

Shades of Raw Umber #6F560E

Tints of Raw Umber #6F560E

Color information

#6F560E (or 0x6F560E) is unknown color: approx Raw Umber. HEX triplet: 6F, 56 and 0E. RGB value is (111,86,14). Sum of RGB (Red+Green+Blue) = 111+86+14=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F560E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F560E is #90A9F1. Grayscale: #555555. Windows color (decimal): -9480690 or 939631. OLE color: 939631.

HSL color Cylindrical-coordinate representation of color #6F560E: hue angle of 44.54º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F560E is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB1118614-
CMYK00.230.870.56
HSL44.54º77.6%24.51%-
HSV(B)44.54º87.39%43.53%-
XYZ9.9610.071.83-
YUV85.2787.78146.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.61%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 14 (5.86% from 255) = 6.64%
R=52.61%
G=40.76%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111861400.230.870.5644.5477.624.51
Hex6F56E01757382d4e19
Octal15712616027127705511631
Binary1101111101011011100101111010111111000101101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,86,14); }

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

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

 a { background-color: rgb(111,86,14); }

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

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

 span { border-color: rgb(111,86,14); }

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