#685048

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

Shades of Congo Brown #685048

Tints of Congo Brown #685048

Color information

#685048 (or 0x685048) is unknown color: approx Congo Brown. HEX triplet: 68, 50 and 48. RGB value is (104,80,72). Sum of RGB (Red+Green+Blue) = 104+80+72=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #685048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685048 is #97AFB7. Grayscale: #565656. Windows color (decimal): -9940920 or 4739176. OLE color: 4739176.

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

Color convert

RGB1048072-
CMYK00.230.310.59
HSL15º18.18%34.51%-
HSV(B)15º30.77%40.78%-
XYZ9.759.157.38-
YUV86.26119.95140.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 72 (28.52% from 255) = 28.12%
R=40.62%
G=31.25%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104807200.230.310.591518.1834.51
Hex6850480171F3Bf1223
Octal1501201100273773172243
Binary11010001010000100100001011111111111011111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685048; }

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

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

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

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

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

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

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

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