#6F5C14

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

Shades of Raw Umber #6F5C14

Tints of Raw Umber #6F5C14

Color information

#6F5C14 (or 0x6F5C14) is unknown color: approx Raw Umber. HEX triplet: 6F, 5C and 14. RGB value is (111,92,20). Sum of RGB (Red+Green+Blue) = 111+92+20=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5C14 is #90A3EB. Grayscale: #595959. Windows color (decimal): -9479148 or 1334383. OLE color: 1334383.

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

Color convert

RGB1119220-
CMYK00.170.820.56
HSL47.47º69.47%25.69%-
HSV(B)47.47º81.98%43.53%-
XYZ10.5111.082.25-
YUV89.4788.79143.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 92 (36.33% from 255) = 41.26%
BLUE value IS 20 (8.20% from 255) = 8.97%
R=49.78%
G=41.26%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111922000.170.820.5647.4769.4725.69
Hex6F5C1401152382f451a
Octal15713424021122705710532
Binary11011111011100101000100011010010111000101111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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