#684F4A

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

Shades of Congo Brown #684F4A

Tints of Congo Brown #684F4A

Color information

#684F4A (or 0x684F4A) is unknown color: approx Congo Brown. HEX triplet: 68, 4F and 4A. RGB value is (104,79,74). Sum of RGB (Red+Green+Blue) = 104+79+74=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #684F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F4A is #97B0B5. Grayscale: #555555. Windows color (decimal): -9941174 or 4869992. OLE color: 4869992.

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

Color convert

RGB1047974-
CMYK00.240.290.59
HSL10º16.85%34.9%-
HSV(B)10º28.85%40.78%-
XYZ9.749.037.71-
YUV85.9121.28140.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 79 (31.25% from 255) = 30.74%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=40.47%
G=30.74%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104797400.240.290.591016.8534.9
Hex684F4A0181D3Ba1123
Octal1501171120303573122143
Binary11010001001111100101001100011101111011101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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