#684E4C

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

Shades of Congo Brown #684E4C

Tints of Congo Brown #684E4C

Color information

#684E4C (or 0x684E4C) is unknown color: approx Congo Brown. HEX triplet: 68, 4E and 4C. RGB value is (104,78,76). Sum of RGB (Red+Green+Blue) = 104+78+76=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #684E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E4C is #97B1B3. Grayscale: #555555. Windows color (decimal): -9941428 or 5000808. OLE color: 5000808.

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

Color convert

RGB1047876-
CMYK00.250.270.59
HSL4.29º15.56%35.29%-
HSV(B)4.29º26.92%40.78%-
XYZ9.748.918.04-
YUV85.55122.61141.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 78 (30.86% from 255) = 30.23%
BLUE value IS 76 (30.08% from 255) = 29.46%
R=40.31%
G=30.23%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104787600.250.270.594.2915.5635.29
Hex684E4C0191B3B41023
Octal150116114031337342043
Binary1101000100111010011000110011101111101110010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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