#6F4B0D

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

Shades of Raw Umber #6F4B0D

Tints of Raw Umber #6F4B0D

Color information

#6F4B0D (or 0x6F4B0D) is unknown color: approx Raw Umber. HEX triplet: 6F, 4B and 0D. RGB value is (111,75,13). Sum of RGB (Red+Green+Blue) = 111+75+13=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4B0D is #90B4F2. Grayscale: #4E4E4E. Windows color (decimal): -9483507 or 871279. OLE color: 871279.

HSL color Cylindrical-coordinate representation of color #6F4B0D: hue angle of 37.96º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F4B0D is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1117513-
CMYK00.320.880.56
HSL37.96º79.03%24.31%-
HSV(B)37.96º88.29%43.53%-
XYZ9.148.441.53-
YUV78.790.93151.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 75 (29.69% from 255) = 37.69%
BLUE value IS 13 (5.47% from 255) = 6.53%
R=55.78%
G=37.69%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111751300.320.880.5637.9679.0324.31
Hex6F4BD0205838264f18
Octal15711315040130704611730
Binary11011111001011110101000001011000111000100110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,75,13); }

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

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

 a { background-color: rgb(111,75,13); }

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

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

 span { border-color: rgb(111,75,13); }

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