#684948

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

Shades of Congo Brown #684948

Tints of Congo Brown #684948

Color information

#684948 (or 0x684948) is unknown color: approx Congo Brown. HEX triplet: 68, 49 and 48. RGB value is (104,73,72). Sum of RGB (Red+Green+Blue) = 104+73+72=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #684948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684948 is #97B6B7. Grayscale: #525252. Windows color (decimal): -9942712 or 4737384. OLE color: 4737384.

HSL color Cylindrical-coordinate representation of color #684948: hue angle of 1.88º 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 #684948 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB1047372-
CMYK00.300.310.59
HSL1.88º18.18%34.51%-
HSV(B)1.88º30.77%40.78%-
XYZ9.268.187.22-
YUV82.16122.27143.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=41.77%
G=29.32%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104737200.300.310.591.8818.1834.51
Hex68494801E1F3B21223
Octal150111110036377322243
Binary110100010010011001000011110111111110111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684948; }

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

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

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

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

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

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

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

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