#685854

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

Shades of Congo Brown #685854

Tints of Congo Brown #685854

Color information

#685854 (or 0x685854) is unknown color: approx Congo Brown. HEX triplet: 68, 58 and 54. RGB value is (104,88,84). Sum of RGB (Red+Green+Blue) = 104+88+84=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #685854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685854 is #97A7AB. Grayscale: #5C5C5C. Windows color (decimal): -9938860 or 5527656. OLE color: 5527656.

HSL color Cylindrical-coordinate representation of color #685854: hue angle of 12º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #685854 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB1048884-
CMYK00.150.190.59
HSL12º10.64%36.86%-
HSV(B)12º19.23%40.78%-
XYZ10.810.569.86-
YUV92.33123.3136.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 84 (33.20% from 255) = 30.43%
R=37.68%
G=31.88%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104888400.150.190.591210.6436.86
Hex6858540F133Bcb25
Octal1501301240172373141345
Binary110100010110001010100011111001111101111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685854; }

 p { color: rgb(104,88,84); }

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

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

 a { background-color: rgb(104,88,84); }

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

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

 span { border-color: rgb(104,88,84); }

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