#6E4742

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

Shades of Congo Brown #6E4742

Tints of Congo Brown #6E4742

Color information

#6E4742 (or 0x6E4742) is unknown color: approx Congo Brown. HEX triplet: 6E, 47 and 42. RGB value is (110,71,66). Sum of RGB (Red+Green+Blue) = 110+71+66=247 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.53% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4742 is #91B8BD. Grayscale: #525252. Windows color (decimal): -9550014 or 4343662. OLE color: 4343662.

HSL color Cylindrical-coordinate representation of color #6E4742: hue angle of 6.82º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E4742 is Cyan = 0, Magento = 0.35, Yellow = 0.4 and Black (K on CMYK) = 0.57.

Color convert

RGB1107166-
CMYK00.350.40.57
HSL6.82º25%34.51%-
HSV(B)6.82º40%43.14%-
XYZ9.678.216.23-
YUV82.09118.92147.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.53%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 66 (26.17% from 255) = 26.72%
R=44.53%
G=28.74%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.4
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110716600.350.40.576.822534.51
Hex6E4742023283971923
Octal156107102043507173143
Binary110111010001111000010010001110100011100111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,71,66); }

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

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

 a { background-color: rgb(110,71,66); }

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

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

 span { border-color: rgb(110,71,66); }

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