#685A4F

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

Shades of Domino #685A4F

Tints of Domino #685A4F

Color information

#685A4F (or 0x685A4F) is unknown color: approx Domino. HEX triplet: 68, 5A and 4F. RGB value is (104,90,79). Sum of RGB (Red+Green+Blue) = 104+90+79=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #685A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A4F is #97A5B0. Grayscale: #5C5C5C. Windows color (decimal): -9938353 or 5200488. OLE color: 5200488.

HSL color Cylindrical-coordinate representation of color #685A4F: hue angle of 26.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #685A4F is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1049079-
CMYK00.130.240.59
HSL26.4º13.66%35.88%-
HSV(B)26.4º24.04%40.78%-
XYZ10.7810.828.92-
YUV92.93120.14135.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=38.10%
G=32.97%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104907900.130.240.5926.413.6635.88
Hex685A4F0D183B1ae24
Octal1501321170153073321644
Binary1101000101101010011110110111000111011110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685A4F; }

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

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

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

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

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

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

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

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