#685B4D

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

Shades of Domino #685B4D

Tints of Domino #685B4D

Color information

#685B4D (or 0x685B4D) is unknown color: approx Domino. HEX triplet: 68, 5B and 4D. RGB value is (104,91,77). Sum of RGB (Red+Green+Blue) = 104+91+77=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #685B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B4D is #97A4B2. Grayscale: #5D5D5D. Windows color (decimal): -9938099 or 5069672. OLE color: 5069672.

HSL color Cylindrical-coordinate representation of color #685B4D: hue angle of 31.11º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #685B4D is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1049177-
CMYK00.120.260.59
HSL31.11º14.92%35.49%-
HSV(B)31.11º25.96%40.78%-
XYZ10.7910.968.57-
YUV93.29118.81135.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=38.24%
G=33.46%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104917700.120.260.5931.1114.9235.49
Hex685B4D0C1A3B1ff23
Octal1501331150143273371743
Binary1101000101101110011010110011010111011111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,91,77); }

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

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

 a { background-color: rgb(104,91,77); }

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

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

 span { border-color: rgb(104,91,77); }

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