#6F3C07

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

Shades of Raw Umber #6F3C07

Tints of Raw Umber #6F3C07

Color information

#6F3C07 (or 0x6F3C07) is unknown color: approx Raw Umber. HEX triplet: 6F, 3C and 07. RGB value is (111,60,7). Sum of RGB (Red+Green+Blue) = 111+60+7=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3C07 is #90C3F8. Grayscale: #454545. Windows color (decimal): -9487353 or 474223. OLE color: 474223.

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

Color convert

RGB111607-
CMYK00.460.940.56
HSL30.58º88.14%23.14%-
HSV(B)30.58º93.69%43.53%-
XYZ8.216.631.05-
YUV69.2192.9157.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.36%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 7 (3.12% from 255) = 3.93%
R=62.36%
G=33.71%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11160700.460.940.5630.5888.1423.14
Hex6F3C702E5E381f5817
Octal157747056136703713027
Binary11011111111001110101110101111011100011111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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