Html Css Color HEX #6E4D45 Congo Brown

📋 copy color: '#6E4D45'

red 110 ◦ green 77 ◦ blue 69

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

Shades of Congo Brown #6E4D45

Tints of Congo Brown #6E4D45

RGB

 RED value IS 110 (43.36% from 255) = 42.97%

 GREEN value IS 77 (30.47% from 255) = 30.08%

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

R = 42.97%
G = 30.08%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#6E4D45 (or 0x6E4D45) is known color: Congo Brown. HEX triplet: 6E, 4D and 45. RGB value is (110,77,69). Sum of RGB (Red+Green+Blue) = 110+77+69=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E4D45 is #91B2BA. Grayscale: #565656. Windows color (decimal): -9548475 or 4541806. OLE color: 4541806.

HSL color Cylindrical-coordinate representation of color #6E4D45: hue angle of 11.71º degrees, saturation: 0.23, 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 #6E4D45 is Cyan = 0, Magento = 0.3, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 77 69 -
CMYK 0 0.3 0.37 0.57
HSL 11.71º 0.23% 0.35% -
HSV(B) 11.71º 0.37% 0.43% -
XYZ 10.16 9.05 6.84 -
YUV 85.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 110 77 69 0 0.3 0.37 0.57 11.71 0.23 0.35
Hex 6E 4D 45 0 1E 25 39 C 17 23
Octal 156 115 105 0 36 45 71 14 27 43
Binary 1101110 1001101 1000101 0 11110 100101 111001 1100 10111 100011

Color Harmonies of #6E4D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4D45

Black with #6E4D45

Text Example


Text Example

White with #6E4D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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