#6F511D

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

Shades of Raw Umber #6F511D

Tints of Raw Umber #6F511D

Color information

#6F511D (or 0x6F511D) is unknown color: approx Raw Umber. HEX triplet: 6F, 51 and 1D. RGB value is (111,81,29). Sum of RGB (Red+Green+Blue) = 111+81+29=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F511D is #90AEE2. Grayscale: #545454. Windows color (decimal): -9481955 or 1921391. OLE color: 1921391.

HSL color Cylindrical-coordinate representation of color #6F511D: hue angle of 38.05º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F511D is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB1118129-
CMYK00.270.740.56
HSL38.05º58.57%27.45%-
HSV(B)38.05º73.87%43.53%-
XYZ9.729.352.46-
YUV84.0496.94147.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.23%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 29 (11.72% from 255) = 13.12%
R=50.23%
G=36.65%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111812900.270.740.5638.0558.5727.45
Hex6F511D01B4A38263b1b
Octal1571213503311270467333
Binary1101111101000111101011011100101011100010011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,81,29); }

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

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

 a { background-color: rgb(111,81,29); }

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

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

 span { border-color: rgb(111,81,29); }

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