Html Css Color HEX #6D4F46 Congo Brown

📋 copy color: '#6D4F46'

red 109 ◦ green 79 ◦ blue 70

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

Shades of Congo Brown #6D4F46

Tints of Congo Brown #6D4F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.13%

R = 42.25%
G = 30.62%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#6D4F46 (or 0x6D4F46) is known color: Congo Brown. HEX triplet: 6D, 4F and 46. RGB value is (109,79,70). Sum of RGB (Red+Green+Blue) = 109+79+70=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4F46 is #92B0B9. Grayscale: #575757. Windows color (decimal): -9613498 or 4607853. OLE color: 4607853.

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

Color convert

RGB 109 79 70 -
CMYK 0 0.28 0.36 0.57
HSL 13.85º 0.22% 0.35% -
HSV(B) 13.85º 0.36% 0.43% -
XYZ 10.21 9.29 7.05 -
YUV 86.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 109 79 70 0 0.28 0.36 0.57 13.85 0.22 0.35
Hex 6D 4F 46 0 1C 24 39 E 16 23
Octal 155 117 106 0 34 44 71 16 26 43
Binary 1101101 1001111 1000110 0 11100 100100 111001 1110 10110 100011

Color Harmonies of #6D4F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4F46

Black with #6D4F46

Text Example


Text Example

White with #6D4F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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