Html Css Color HEX #6D5148 Congo Brown

📋 copy color: '#6D5148'

red 109 ◦ green 81 ◦ blue 72

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

Shades of Congo Brown #6D5148

Tints of Congo Brown #6D5148

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.92%

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

R = 41.6%
G = 30.92%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D5148 (or 0x6D5148) is known color: Congo Brown. HEX triplet: 6D, 51 and 48. RGB value is (109,81,72). Sum of RGB (Red+Green+Blue) = 109+81+72=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5148 is #92AEB7. Grayscale: #585858. Windows color (decimal): -9612984 or 4739437. OLE color: 4739437.

HSL color Cylindrical-coordinate representation of color #6D5148: hue angle of 14.59º 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 #6D5148 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 81 72 -
CMYK 0 0.26 0.34 0.57
HSL 14.59º 0.2% 0.35% -
HSV(B) 14.59º 0.34% 0.43% -
XYZ 10.42 9.6 7.44 -
YUV 88.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 109 81 72 0 0.26 0.34 0.57 14.59 0.2 0.35
Hex 6D 51 48 0 1A 22 39 F 14 23
Octal 155 121 110 0 32 42 71 17 24 43
Binary 1101101 1010001 1001000 0 11010 100010 111001 1111 10100 100011

Color Harmonies of #6D5148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5148

Black with #6D5148

Text Example


Text Example

White with #6D5148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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