#685A4C

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

Shades of Domino #685A4C

Tints of Domino #685A4C

Color information

#685A4C (or 0x685A4C) is unknown color: approx Domino. HEX triplet: 68, 5A and 4C. RGB value is (104,90,76). Sum of RGB (Red+Green+Blue) = 104+90+76=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #685A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A4C is #97A5B3. Grayscale: #5C5C5C. Windows color (decimal): -9938356 or 5003880. OLE color: 5003880.

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

Color convert

RGB1049076-
CMYK00.130.270.59
HSL30º15.56%35.29%-
HSV(B)30º26.92%40.78%-
XYZ10.6710.788.36-
YUV92.59118.64136.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 28.15%
R=38.52%
G=33.33%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104907600.130.270.593015.5635.29
Hex685A4C0D1B3B1e1023
Octal1501321140153373362043
Binary11010001011010100110001101110111110111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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