Html Css Color HEX #6C4C49 Congo Brown

📋 copy color: '#6C4C49'

red 108 ◦ green 76 ◦ blue 73

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

Shades of Congo Brown #6C4C49

Tints of Congo Brown #6C4C49

RGB

 RED value IS 108 (42.58% from 255) = 42.02%

 GREEN value IS 76 (30.08% from 255) = 29.57%

 BLUE value IS 73 (28.91% from 255) = 28.4%

R = 42.02%
G = 29.57%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6C4C49 (or 0x6C4C49) is known color: Congo Brown. HEX triplet: 6C, 4C and 49. RGB value is (108,76,73). Sum of RGB (Red+Green+Blue) = 108+76+73=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4C49 is #93B3B6. Grayscale: #555555. Windows color (decimal): -9679799 or 4803692. OLE color: 4803692.

HSL color Cylindrical-coordinate representation of color #6C4C49: hue angle of 5.14º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C4C49 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 76 73 -
CMYK 0 0.30 0.32 0.58
HSL 5.14º 0.19% 0.35% -
HSV(B) 5.14º 0.32% 0.42% -
XYZ 9.97 8.84 7.48 -
YUV 85.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 108 76 73 0 0.30 0.32 0.58 5.14 0.19 0.35
Hex 6C 4C 49 0 1E 20 3A 5 13 23
Octal 154 114 111 0 36 40 72 5 23 43
Binary 1101100 1001100 1001001 0 11110 100000 111010 101 10011 100011

Color Harmonies of #6C4C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4C49

Black with #6C4C49

Text Example


Text Example

White with #6C4C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,76,73); }

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

background-color css

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

 a { background-color: rgb(108,76,73); }

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

border-color css

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

 span { border-color: rgb(108,76,73); }

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