Html Css Color HEX #6D5650 Congo Brown

📋 copy color: '#6D5650'

red 109 ◦ green 86 ◦ blue 80

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

Shades of Congo Brown #6D5650

Tints of Congo Brown #6D5650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.27%

 BLUE value IS 80 (31.64% from 255) = 29.09%

R = 39.64%
G = 31.27%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6D5650 (or 0x6D5650) is known color: Congo Brown. HEX triplet: 6D, 56 and 50. RGB value is (109,86,80). Sum of RGB (Red+Green+Blue) = 109+86+80=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5650 is #92A9AF. Grayscale: #5C5C5C. Windows color (decimal): -9611696 or 5265005. OLE color: 5265005.

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

Color convert

RGB 109 86 80 -
CMYK 0 0.21 0.27 0.57
HSL 12.41º 0.15% 0.37% -
HSV(B) 12.41º 0.27% 0.43% -
XYZ 11.08 10.49 9.03 -
YUV 92.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 109 86 80 0 0.21 0.27 0.57 12.41 0.15 0.37
Hex 6D 56 50 0 15 1B 39 C F 25
Octal 155 126 120 0 25 33 71 14 17 45
Binary 1101101 1010110 1010000 0 10101 11011 111001 1100 1111 100101

Color Harmonies of #6D5650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5650

Black with #6D5650

Text Example


Text Example

White with #6D5650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,86,80); }

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

background-color css

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

 a { background-color: rgb(109,86,80); }

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

border-color css

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

 span { border-color: rgb(109,86,80); }

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