Html Css Color HEX #6D564F Congo Brown

📋 copy color: '#6D564F'

red 109 ◦ green 86 ◦ blue 79

#6D564F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Congo Brown #6D564F

Tints of Congo Brown #6D564F

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 value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D564F (or 0x6D564F) is known color: 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

RGB 109 86 79 -
CMYK 0 0.21 0.28 0.57
HSL 14º 0.16% 0.37% -
HSV(B) 14º 0.28% 0.43% -
XYZ 11.05 10.47 8.84 -
YUV 92.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 109 86 79 0 0.21 0.28 0.57 14 0.16 0.37
Hex 6D 56 4F 0 15 1C 39 E 10 25
Octal 155 126 117 0 25 34 71 16 20 45
Binary 1101101 1010110 1001111 0 10101 11100 111001 1110 10000 100101

Color Harmonies of #6D564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D564F

Black with #6D564F

Text Example


Text Example

White with #6D564F

Text Example


Text Example

HTML Codes & Css Web 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>