Html Css Color HEX #6D5048 Congo Brown

📋 copy color: '#6D5048'

red 109 ◦ green 80 ◦ blue 72

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

Shades of Congo Brown #6D5048

Tints of Congo Brown #6D5048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.65%

 BLUE value IS 72 (28.52% from 255) = 27.59%

R = 41.76%
G = 30.65%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D5048 (or 0x6D5048) is known color: Congo Brown. HEX triplet: 6D, 50 and 48. RGB value is (109,80,72). Sum of RGB (Red+Green+Blue) = 109+80+72=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5048 is #92AFB7. Grayscale: #575757. Windows color (decimal): -9613240 or 4739181. OLE color: 4739181.

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

Color convert

RGB 109 80 72 -
CMYK 0 0.27 0.34 0.57
HSL 12.97º 0.2% 0.35% -
HSV(B) 12.97º 0.34% 0.43% -
XYZ 10.35 9.46 7.41 -
YUV 87.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 109 80 72 0 0.27 0.34 0.57 12.97 0.2 0.35
Hex 6D 50 48 0 1B 22 39 D 14 23
Octal 155 120 110 0 33 42 71 15 24 43
Binary 1101101 1010000 1001000 0 11011 100010 111001 1101 10100 100011

Color Harmonies of #6D5048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5048

Black with #6D5048

Text Example


Text Example

White with #6D5048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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