Html Css Color HEX #6D4A47 Congo Brown

📋 copy color: '#6D4A47'

red 109 ◦ green 74 ◦ blue 71

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

Shades of Congo Brown #6D4A47

Tints of Congo Brown #6D4A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.13%

 BLUE value IS 71 (28.13% from 255) = 27.95%

R = 42.91%
G = 29.13%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6D4A47 (or 0x6D4A47) is known color: Congo Brown. HEX triplet: 6D, 4A and 47. RGB value is (109,74,71). Sum of RGB (Red+Green+Blue) = 109+74+71=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A47 is #92B5B8. Grayscale: #545454. Windows color (decimal): -9614777 or 4672109. OLE color: 4672109.

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

Color convert

RGB 109 74 71 -
CMYK 0 0.32 0.35 0.57
HSL 4.74º 0.21% 0.35% -
HSV(B) 4.74º 0.35% 0.43% -
XYZ 9.89 8.6 7.1 -
YUV 84.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 109 74 71 0 0.32 0.35 0.57 4.74 0.21 0.35
Hex 6D 4A 47 0 20 23 39 5 15 23
Octal 155 112 107 0 40 43 71 5 25 43
Binary 1101101 1001010 1000111 0 100000 100011 111001 101 10101 100011

Color Harmonies of #6D4A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4A47

Black with #6D4A47

Text Example


Text Example

White with #6D4A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,74,71); }

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

background-color css

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

 a { background-color: rgb(109,74,71); }

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

border-color css

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

 span { border-color: rgb(109,74,71); }

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