#6F5047

Color #6F5047 Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #6F5047

Tints of Congo Brown #6F5047

Color information

#6F5047 (or 0x6F5047) is unknown color: approx Congo Brown. HEX triplet: 6F, 50 and 47. RGB value is (111,80,71). Sum of RGB (Red+Green+Blue) = 111+80+71=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5047 is #90AFB8. Grayscale: #585858. Windows color (decimal): -9482169 or 4673647. OLE color: 4673647.

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

Color convert

RGB1118071-
CMYK00.280.360.56
HSL13.5º21.98%35.69%-
HSV(B)13.5º36.04%43.53%-
XYZ10.569.577.25-
YUV88.24118.27144.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.37%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 71 (28.12% from 255) = 27.10%
R=42.37%
G=30.53%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111807100.280.360.5613.521.9835.69
Hex6F504701C2438e1624
Octal1571201070344470162644
Binary110111110100001000111011100100100111000111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,80,71); }

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

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

 a { background-color: rgb(111,80,71); }

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

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

 span { border-color: rgb(111,80,71); }

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