#6F4010

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

Shades of Raw Umber #6F4010

Tints of Raw Umber #6F4010

Color information

#6F4010 (or 0x6F4010) is unknown color: approx Raw Umber. HEX triplet: 6F, 40 and 10. RGB value is (111,64,16). Sum of RGB (Red+Green+Blue) = 111+64+16=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4010 is #90BFEF. Grayscale: #484848. Windows color (decimal): -9486320 or 1065071. OLE color: 1065071.

HSL color Cylindrical-coordinate representation of color #6F4010: hue angle of 30.32º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F4010 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1116416-
CMYK00.420.860.56
HSL30.32º74.8%24.9%-
HSV(B)30.32º85.59%43.53%-
XYZ8.487.081.41-
YUV72.5896.07155.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.12%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 16 (6.64% from 255) = 8.38%
R=58.12%
G=33.51%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111641600.420.860.5630.3274.824.9
Hex6F401002A56381e4b19
Octal15710020052126703611331
Binary11011111000000100000101010101011011100011110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,64,16); }

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

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

 a { background-color: rgb(111,64,16); }

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

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

 span { border-color: rgb(111,64,16); }

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