#6F5614

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

Shades of Raw Umber #6F5614

Tints of Raw Umber #6F5614

Color information

#6F5614 (or 0x6F5614) is unknown color: approx Raw Umber. HEX triplet: 6F, 56 and 14. RGB value is (111,86,20). Sum of RGB (Red+Green+Blue) = 111+86+20=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5614 is #90A9EB. Grayscale: #565656. Windows color (decimal): -9480684 or 1332847. OLE color: 1332847.

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

Color convert

RGB1118620-
CMYK00.230.820.56
HSL43.52º69.47%25.69%-
HSV(B)43.52º81.98%43.53%-
XYZ10.0110.092.08-
YUV85.9590.78145.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.15%
GREEN value IS 86 (33.98% from 255) = 39.63%
BLUE value IS 20 (8.20% from 255) = 9.22%
R=51.15%
G=39.63%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111862000.230.820.5643.5269.4725.69
Hex6F561401752382c451a
Octal15712624027122705410532
Binary11011111010110101000101111010010111000101100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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