#6F5B07

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

Shades of Raw Umber #6F5B07

Tints of Raw Umber #6F5B07

Color information

#6F5B07 (or 0x6F5B07) is unknown color: approx Raw Umber. HEX triplet: 6F, 5B and 07. RGB value is (111,91,7). Sum of RGB (Red+Green+Blue) = 111+91+7=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5B07 is #90A4F8. Grayscale: #575757. Windows color (decimal): -9479417 or 482159. OLE color: 482159.

HSL color Cylindrical-coordinate representation of color #6F5B07: hue angle of 48.46º 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 #6F5B07 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB111917-
CMYK00.180.940.56
HSL48.46º88.14%23.14%-
HSV(B)48.46º93.69%43.53%-
XYZ10.3310.881.76-
YUV87.482.63144.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.11%
GREEN value IS 91 (35.94% from 255) = 43.54%
BLUE value IS 7 (3.12% from 255) = 3.35%
R=53.11%
G=43.54%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11191700.180.940.5648.4688.1423.14
Hex6F5B70125E38305817
Octal1571337022136706013027
Binary110111110110111110100101011110111000110000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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