#685B4E

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

Shades of Domino #685B4E

Tints of Domino #685B4E

Color information

#685B4E (or 0x685B4E) is unknown color: approx Domino. HEX triplet: 68, 5B and 4E. RGB value is (104,91,78). Sum of RGB (Red+Green+Blue) = 104+91+78=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #685B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B4E is #97A4B1. Grayscale: #5D5D5D. Windows color (decimal): -9938098 or 5135208. OLE color: 5135208.

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

Color convert

RGB1049178-
CMYK00.120.250.59
HSL30º14.29%35.69%-
HSV(B)30º25%40.78%-
XYZ10.8310.988.76-
YUV93.4119.31135.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=38.10%
G=33.33%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104917800.120.250.593014.2935.69
Hex685B4E0C193B1ee24
Octal1501331160143173361644
Binary1101000101101110011100110011001111011111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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