#684C48

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

Shades of Congo Brown #684C48

Tints of Congo Brown #684C48

Color information

#684C48 (or 0x684C48) is unknown color: approx Congo Brown. HEX triplet: 68, 4C and 48. RGB value is (104,76,72). Sum of RGB (Red+Green+Blue) = 104+76+72=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #684C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C48 is #97B3B7. Grayscale: #535353. Windows color (decimal): -9941944 or 4738152. OLE color: 4738152.

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

Color convert

RGB1047672-
CMYK00.270.310.59
HSL7.5º18.18%34.51%-
HSV(B)7.5º30.77%40.78%-
XYZ9.468.587.29-
YUV83.92121.28142.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 76 (30.08% from 255) = 30.16%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=41.27%
G=30.16%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104767200.270.310.597.518.1834.51
Hex684C4801B1F3B81223
Octal1501141100333773102243
Binary11010001001100100100001101111111111011100010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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