Html Css Color HEX #6D4E45 Congo Brown

📋 copy color: '#6D4E45'

red 109 ◦ green 78 ◦ blue 69

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

Shades of Congo Brown #6D4E45

Tints of Congo Brown #6D4E45

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.47%

 BLUE value IS 69 (27.34% from 255) = 26.95%

R = 42.58%
G = 30.47%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#6D4E45 (or 0x6D4E45) is known color: Congo Brown. HEX triplet: 6D, 4E and 45. RGB value is (109,78,69). Sum of RGB (Red+Green+Blue) = 109+78+69=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4E45 is #92B1BA. Grayscale: #565656. Windows color (decimal): -9613755 or 4542061. OLE color: 4542061.

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

Color convert

RGB 109 78 69 -
CMYK 0 0.28 0.37 0.57
HSL 13.5º 0.22% 0.35% -
HSV(B) 13.5º 0.37% 0.43% -
XYZ 10.11 9.13 6.86 -
YUV 86.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 109 78 69 0 0.28 0.37 0.57 13.5 0.22 0.35
Hex 6D 4E 45 0 1C 25 39 E 16 23
Octal 155 116 105 0 34 45 71 16 26 43
Binary 1101101 1001110 1000101 0 11100 100101 111001 1110 10110 100011

Color Harmonies of #6D4E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4E45

Black with #6D4E45

Text Example


Text Example

White with #6D4E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,78,69); }

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

background-color css

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

 a { background-color: rgb(109,78,69); }

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

border-color css

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

 span { border-color: rgb(109,78,69); }

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