#6F4207

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

Shades of Raw Umber #6F4207

Tints of Raw Umber #6F4207

Color information

#6F4207 (or 0x6F4207) is unknown color: approx Raw Umber. HEX triplet: 6F, 42 and 07. RGB value is (111,66,7). Sum of RGB (Red+Green+Blue) = 111+66+7=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4207 is #90BDF8. Grayscale: #494949. Windows color (decimal): -9485817 or 475759. OLE color: 475759.

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

Color convert

RGB111667-
CMYK00.410.940.56
HSL34.04º88.14%23.14%-
HSV(B)34.04º93.69%43.53%-
XYZ8.547.291.16-
YUV72.7390.91155.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60.33%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 7 (3.12% from 255) = 3.80%
R=60.33%
G=35.87%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11166700.410.940.5634.0488.1423.14
Hex6F4270295E38225817
Octal1571027051136704213027
Binary1101111100001011101010011011110111000100010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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