#684E4B

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

Shades of Congo Brown #684E4B

Tints of Congo Brown #684E4B

Color information

#684E4B (or 0x684E4B) is unknown color: approx Congo Brown. HEX triplet: 68, 4E and 4B. RGB value is (104,78,75). Sum of RGB (Red+Green+Blue) = 104+78+75=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #684E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E4B is #97B1B4. Grayscale: #555555. Windows color (decimal): -9941429 or 4935272. OLE color: 4935272.

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

Color convert

RGB1047875-
CMYK00.250.280.59
HSL6.21º16.2%35.1%-
HSV(B)6.21º27.88%40.78%-
XYZ9.78.97.86-
YUV85.43122.11141.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=40.47%
G=30.35%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104787500.250.280.596.2116.235.1
Hex684E4B0191C3B61023
Octal150116113031347362043
Binary1101000100111010010110110011110011101111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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