#6F511C

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

Shades of Raw Umber #6F511C

Tints of Raw Umber #6F511C

Color information

#6F511C (or 0x6F511C) is unknown color: approx Raw Umber. HEX triplet: 6F, 51 and 1C. RGB value is (111,81,28). Sum of RGB (Red+Green+Blue) = 111+81+28=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F511C is #90AEE3. Grayscale: #545454. Windows color (decimal): -9481956 or 1855855. OLE color: 1855855.

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

Color convert

RGB1118128-
CMYK00.270.750.56
HSL38.31º59.71%27.25%-
HSV(B)38.31º74.77%43.53%-
XYZ9.719.352.39-
YUV83.9396.44147.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.45%
GREEN value IS 81 (32.03% from 255) = 36.82%
BLUE value IS 28 (11.33% from 255) = 12.73%
R=50.45%
G=36.82%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111812800.270.750.5638.3159.7127.25
Hex6F511C01B4B38263c1b
Octal1571213403311370467433
Binary1101111101000111100011011100101111100010011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F511C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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