#6F3C0F

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

Shades of Raw Umber #6F3C0F

Tints of Raw Umber #6F3C0F

Color information

#6F3C0F (or 0x6F3C0F) is unknown color: approx Raw Umber. HEX triplet: 6F, 3C and 0F. RGB value is (111,60,15). Sum of RGB (Red+Green+Blue) = 111+60+15=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3C0F is #90C3F0. Grayscale: #464646. Windows color (decimal): -9487345 or 998511. OLE color: 998511.

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

Color convert

RGB1116015-
CMYK00.460.860.56
HSL28.12º76.19%24.71%-
HSV(B)28.12º86.49%43.53%-
XYZ8.266.651.3-
YUV70.1296.9157.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.68%
GREEN value IS 60 (23.83% from 255) = 32.26%
BLUE value IS 15 (6.25% from 255) = 8.06%
R=59.68%
G=32.26%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111601500.460.860.5628.1276.1924.71
Hex6F3CF02E56381c4c19
Octal1577417056126703411431
Binary110111111110011110101110101011011100011100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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