#6D564F

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

Shades of Congo Brown #6D564F

Tints of Congo Brown #6D564F

Color information

#6D564F (or 0x6D564F) is unknown color: approx Congo Brown. HEX triplet: 6D, 56 and 4F. RGB value is (109,86,79). Sum of RGB (Red+Green+Blue) = 109+86+79=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 109 - color contains mainly: red. Hex color #6D564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D564F is #92A9B0. Grayscale: #5C5C5C. Windows color (decimal): -9611697 or 5199469. OLE color: 5199469.

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

Color convert

RGB1098679-
CMYK00.210.280.57
HSL14º15.96%36.86%-
HSV(B)14º27.52%42.75%-
XYZ11.0510.478.84-
YUV92.08120.62140.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.78%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 79 (31.25% from 255) = 28.83%
R=39.78%
G=31.39%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109867900.210.280.571415.9636.86
Hex6D564F0151C39e1025
Octal1551261170253471162045
Binary11011011010110100111101010111100111001111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,86,79); }

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

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

 a { background-color: rgb(109,86,79); }

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

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

 span { border-color: rgb(109,86,79); }

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