#684D48

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

Shades of Congo Brown #684D48

Tints of Congo Brown #684D48

Color information

#684D48 (or 0x684D48) is unknown color: approx Congo Brown. HEX triplet: 68, 4D and 48. RGB value is (104,77,72). Sum of RGB (Red+Green+Blue) = 104+77+72=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #684D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D48 is #97B2B7. Grayscale: #545454. Windows color (decimal): -9941688 or 4738408. OLE color: 4738408.

HSL color Cylindrical-coordinate representation of color #684D48: hue angle of 9.38º 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 #684D48 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB1047772-
CMYK00.260.310.59
HSL9.38º18.18%34.51%-
HSV(B)9.38º30.77%40.78%-
XYZ9.538.727.31-
YUV84.5120.95141.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.11%
GREEN value IS 77 (30.47% from 255) = 30.43%
BLUE value IS 72 (28.52% from 255) = 28.46%
R=41.11%
G=30.43%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104777200.260.310.599.3818.1834.51
Hex684D4801A1F3B91223
Octal1501151100323773112243
Binary11010001001101100100001101011111111011100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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