#685949

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

Shades of Domino #685949

Tints of Domino #685949

Color information

#685949 (or 0x685949) is unknown color: approx Domino. HEX triplet: 68, 59 and 49. RGB value is (104,89,73). Sum of RGB (Red+Green+Blue) = 104+89+73=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #685949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685949 is #97A6B6. Grayscale: #5B5B5B. Windows color (decimal): -9938615 or 4807016. OLE color: 4807016.

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

Color convert

RGB1048973-
CMYK00.140.300.59
HSL30.97º17.51%34.71%-
HSV(B)30.97º29.81%40.78%-
XYZ10.4810.577.79-
YUV91.66117.47136.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=39.10%
G=33.46%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104897300.140.300.5930.9717.5134.71
Hex6859490E1E3B1f1223
Octal1501311110163673372243
Binary11010001011001100100101110111101110111111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685949; }

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

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

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

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

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

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

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

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