#6f4110

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

Shades of Raw Umber #6F4110

Tints of Raw Umber #6F4110

Color information

#6F4110 (or 0x6F4110) is unknown color: approx Raw Umber. HEX triplet: 6F, 41 and 10. RGB value is (111,65,16). Sum of RGB (Red+Green+Blue) = 111+65+16=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4110 is #90BEEF. Grayscale: #494949. Windows color (decimal): -9486064 or 1065327. OLE color: 1065327.

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

Color convert

RGB1116516-
CMYK00.410.860.56
HSL30.95º74.8%24.9%-
HSV(B)30.95º85.59%43.53%-
XYZ8.547.21.43-
YUV73.1795.74154.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.81%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 16 (6.64% from 255) = 8.33%
R=57.81%
G=33.85%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111651600.410.860.5630.9574.824.9
Hex6F411002956381f4b19
Octal15710120051126703711331
Binary11011111000001100000101001101011011100011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f4110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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