Html Css Color HEX #6C4942 Congo Brown

📋 copy color: '#6C4942'

red 108 ◦ green 73 ◦ blue 66

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

Shades of Congo Brown #6C4942

Tints of Congo Brown #6C4942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.55%

 BLUE value IS 66 (26.17% from 255) = 26.72%

R = 43.72%
G = 29.55%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#6C4942 (or 0x6C4942) is known color: Congo Brown. HEX triplet: 6C, 49 and 42. RGB value is (108,73,66). Sum of RGB (Red+Green+Blue) = 108+73+66=247 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.72% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4942 is #93B6BD. Grayscale: #525252. Windows color (decimal): -9680574 or 4344172. OLE color: 4344172.

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

Color convert

RGB 108 73 66 -
CMYK 0 0.32 0.39 0.58
HSL 10º 0.24% 0.34% -
HSV(B) 10º 0.39% 0.42% -
XYZ 9.55 8.35 6.26 -
YUV 82.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 108 73 66 0 0.32 0.39 0.58 10 0.24 0.34
Hex 6C 49 42 0 20 27 3A A 18 22
Octal 154 111 102 0 40 47 72 12 30 42
Binary 1101100 1001001 1000010 0 100000 100111 111010 1010 11000 100010

Color Harmonies of #6C4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4942

Black with #6C4942

Text Example


Text Example

White with #6C4942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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