#684F48

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

Shades of Congo Brown #684F48

Tints of Congo Brown #684F48

Color information

#684F48 (or 0x684F48) is unknown color: approx Congo Brown. HEX triplet: 68, 4F and 48. RGB value is (104,79,72). Sum of RGB (Red+Green+Blue) = 104+79+72=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #684F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F48 is #97B0B7. Grayscale: #555555. Windows color (decimal): -9941176 or 4738920. OLE color: 4738920.

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

Color convert

RGB1047972-
CMYK00.240.310.59
HSL13.13º18.18%34.51%-
HSV(B)13.13º30.77%40.78%-
XYZ9.6797.36-
YUV85.68120.28141.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 79 (31.25% from 255) = 30.98%
BLUE value IS 72 (28.52% from 255) = 28.24%
R=40.78%
G=30.98%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104797200.240.310.5913.1318.1834.51
Hex684F480181F3Bd1223
Octal1501171100303773152243
Binary11010001001111100100001100011111111011110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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