#6f5107

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

Shades of Raw Umber #6F5107

Tints of Raw Umber #6F5107

Color information

#6F5107 (or 0x6F5107) is unknown color: approx Raw Umber. HEX triplet: 6F, 51 and 07. RGB value is (111,81,7). Sum of RGB (Red+Green+Blue) = 111+81+7=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5107 is #90AEF8. Grayscale: #515151. Windows color (decimal): -9481977 or 479599. OLE color: 479599.

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

Color convert

RGB111817-
CMYK00.270.940.56
HSL42.69º88.14%23.14%-
HSV(B)42.69º93.69%43.53%-
XYZ9.549.281.49-
YUV81.5385.94149.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 81 (32.03% from 255) = 40.70%
BLUE value IS 7 (3.12% from 255) = 3.52%
R=55.78%
G=40.70%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11181700.270.940.5642.6988.1423.14
Hex6F51701B5E382b5817
Octal1571217033136705313027
Binary110111110100011110110111011110111000101011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f5107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,81,7); }

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

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

 a { background-color: rgb(111,81,7); }

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

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

 span { border-color: rgb(111,81,7); }

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