#684A49

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

Shades of Congo Brown #684A49

Tints of Congo Brown #684A49

Color information

#684A49 (or 0x684A49) is unknown color: approx Congo Brown. HEX triplet: 68, 4A and 49. RGB value is (104,74,73). Sum of RGB (Red+Green+Blue) = 104+74+73=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #684A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A49 is #97B5B6. Grayscale: #525252. Windows color (decimal): -9942455 or 4803176. OLE color: 4803176.

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

Color convert

RGB1047473-
CMYK00.290.300.59
HSL1.94º17.51%34.71%-
HSV(B)1.94º29.81%40.78%-
XYZ9.368.327.42-
YUV82.86122.44143.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 74 (29.30% from 255) = 29.48%
BLUE value IS 73 (28.91% from 255) = 29.08%
R=41.43%
G=29.48%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104747300.290.300.591.9417.5134.71
Hex684A4901D1E3B21223
Octal150112111035367322243
Binary110100010010101001001011101111101110111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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