#6F4E47

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

Shades of Congo Brown #6F4E47

Tints of Congo Brown #6F4E47

Color information

#6F4E47 (or 0x6F4E47) is unknown color: approx Congo Brown. HEX triplet: 6F, 4E and 47. RGB value is (111,78,71). Sum of RGB (Red+Green+Blue) = 111+78+71=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E47 is #90B1B8. Grayscale: #575757. Windows color (decimal): -9482681 or 4673135. OLE color: 4673135.

HSL color Cylindrical-coordinate representation of color #6F4E47: hue angle of 10.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 #6F4E47 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB1117871-
CMYK00.300.360.56
HSL10.5º21.98%35.69%-
HSV(B)10.5º36.04%43.53%-
XYZ10.429.287.2-
YUV87.07118.93145.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.69%
GREEN value IS 78 (30.86% from 255) = 30%
BLUE value IS 71 (28.12% from 255) = 27.31%
R=42.69%
G=30%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111787100.300.360.5610.521.9835.69
Hex6F4E4701E2438b1624
Octal1571161070364470132644
Binary110111110011101000111011110100100111000101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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