#684C44

Color #684C44 Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #684C44

Tints of Congo Brown #684C44

Color information

#684C44 (or 0x684C44) is unknown color: approx Congo Brown. HEX triplet: 68, 4C and 44. RGB value is (104,76,68). Sum of RGB (Red+Green+Blue) = 104+76+68=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #684C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C44 is #97B3BB. Grayscale: #535353. Windows color (decimal): -9941948 or 4476008. OLE color: 4476008.

HSL color Cylindrical-coordinate representation of color #684C44: hue angle of 13.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #684C44 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB1047668-
CMYK00.270.350.59
HSL13.33º20.93%33.73%-
HSV(B)13.33º34.62%40.78%-
XYZ9.348.536.62-
YUV83.46119.28142.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 76 (30.08% from 255) = 30.65%
BLUE value IS 68 (26.95% from 255) = 27.42%
R=41.94%
G=30.65%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104766800.270.350.5913.3320.9333.73
Hex684C4401B233Bd1522
Octal1501141040334373152542
Binary110100010011001000100011011100011111011110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684C44; }

 p { color: rgb(104,76,68); }

 H1.HeaderClassName
 {
   color: #684C44;
 }
 .AnyTagClassName
 {
   color: #684C44;
 }
</style>
background-color css

<style>
 a { background-color: #684C44; }

 a { background-color: rgb(104,76,68); }

 div.DivClassName
 {
   background-color: #684C44;
 }
 .BgClassName
 {
   background-color: #684C44;
 }
</style>
border-color css

<style>
 span { border-color: #684C44; }

 span { border-color: rgb(104,76,68); }

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