#684E4A

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

Shades of Congo Brown #684E4A

Tints of Congo Brown #684E4A

Color information

#684E4A (or 0x684E4A) is unknown color: approx Congo Brown. HEX triplet: 68, 4E and 4A. RGB value is (104,78,74). Sum of RGB (Red+Green+Blue) = 104+78+74=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #684E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E4A is #97B1B5. Grayscale: #555555. Windows color (decimal): -9941430 or 4869736. OLE color: 4869736.

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

Color convert

RGB1047874-
CMYK00.250.290.59
HSL16.85%34.9%-
HSV(B)28.85%40.78%-
XYZ9.678.897.68-
YUV85.32121.61141.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 74 (29.30% from 255) = 28.91%
R=40.62%
G=30.47%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104787400.250.290.59816.8534.9
Hex684E4A0191D3B81123
Octal1501161120313573102143
Binary11010001001110100101001100111101111011100010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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