#6F5B14

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

Shades of Raw Umber #6F5B14

Tints of Raw Umber #6F5B14

Color information

#6F5B14 (or 0x6F5B14) is unknown color: approx Raw Umber. HEX triplet: 6F, 5B and 14. RGB value is (111,91,20). Sum of RGB (Red+Green+Blue) = 111+91+20=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5B14 is #90A4EB. Grayscale: #595959. Windows color (decimal): -9479404 or 1334127. OLE color: 1334127.

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

Color convert

RGB1119120-
CMYK00.180.820.56
HSL46.81º69.47%25.69%-
HSV(B)46.81º81.98%43.53%-
XYZ10.4210.912.22-
YUV88.8989.13143.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50%
GREEN value IS 91 (35.94% from 255) = 40.99%
BLUE value IS 20 (8.20% from 255) = 9.01%
R=50%
G=40.99%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111912000.180.820.5646.8169.4725.69
Hex6F5B1401252382f451a
Octal15713324022122705710532
Binary11011111011011101000100101010010111000101111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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