#6E534D

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

Shades of Congo Brown #6E534D

Tints of Congo Brown #6E534D

Color information

#6E534D (or 0x6E534D) is unknown color: approx Congo Brown. HEX triplet: 6E, 53 and 4D. RGB value is (110,83,77). Sum of RGB (Red+Green+Blue) = 110+83+77=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 110 - color contains mainly: red. Hex color #6E534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E534D is #91ACB2. Grayscale: #5A5A5A. Windows color (decimal): -9546931 or 5067630. OLE color: 5067630.

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

Color convert

RGB1108377-
CMYK00.250.30.57
HSL10.91º17.65%36.67%-
HSV(B)10.91º30%43.14%-
XYZ10.8610.048.39-
YUV90.39120.45141.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.74%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 77 (30.47% from 255) = 28.52%
R=40.74%
G=30.74%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.3
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110837700.250.30.5710.9117.6536.67
Hex6E534D0191E39b1225
Octal1561231150313671132245
Binary11011101010011100110101100111110111001101110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,83,77); }

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

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

 a { background-color: rgb(110,83,77); }

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

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

 span { border-color: rgb(110,83,77); }

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