Html Css Color HEX #6D4F49 Congo Brown

📋 copy color: '#6D4F49'

red 109 ◦ green 79 ◦ blue 73

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

Shades of Congo Brown #6D4F49

Tints of Congo Brown #6D4F49

RGB

 RED value IS 109 (42.97% from 255) = 41.76%

 GREEN value IS 79 (31.25% from 255) = 30.27%

 BLUE value IS 73 (28.91% from 255) = 27.97%

R = 41.76%
G = 30.27%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6D4F49 (or 0x6D4F49) is known color: Congo Brown. HEX triplet: 6D, 4F and 49. RGB value is (109,79,73). Sum of RGB (Red+Green+Blue) = 109+79+73=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4F49 is #92B0B6. Grayscale: #575757. Windows color (decimal): -9613495 or 4804461. OLE color: 4804461.

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

Color convert

RGB 109 79 73 -
CMYK 0 0.28 0.33 0.57
HSL 10º 0.2% 0.36% -
HSV(B) 10º 0.33% 0.43% -
XYZ 10.31 9.32 7.56 -
YUV 87.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 109 79 73 0 0.28 0.33 0.57 10 0.2 0.36
Hex 6D 4F 49 0 1C 21 39 A 14 24
Octal 155 117 111 0 34 41 71 12 24 44
Binary 1101101 1001111 1001001 0 11100 100001 111001 1010 10100 100100

Color Harmonies of #6D4F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4F49

Black with #6D4F49

Text Example


Text Example

White with #6D4F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D4F49;
 }
 .AnyTagClassName
 {
   color: #6D4F49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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