#684D4A

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

Shades of Congo Brown #684D4A

Tints of Congo Brown #684D4A

Color information

#684D4A (or 0x684D4A) is unknown color: approx Congo Brown. HEX triplet: 68, 4D and 4A. RGB value is (104,77,74). Sum of RGB (Red+Green+Blue) = 104+77+74=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #684D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D4A is #97B2B5. Grayscale: #545454. Windows color (decimal): -9941686 or 4869480. OLE color: 4869480.

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

Color convert

RGB1047774-
CMYK00.260.290.59
HSL16.85%34.9%-
HSV(B)28.85%40.78%-
XYZ9.68.757.66-
YUV84.73121.95141.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 77 (30.47% from 255) = 30.20%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=40.78%
G=30.20%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104777400.260.290.59616.8534.9
Hex684D4A01A1D3B61123
Octal150115112032357362143
Binary1101000100110110010100110101110111101111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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