#685A4B

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

Shades of Domino #685A4B

Tints of Domino #685A4B

Color information

#685A4B (or 0x685A4B) is unknown color: approx Domino. HEX triplet: 68, 5A and 4B. RGB value is (104,90,75). Sum of RGB (Red+Green+Blue) = 104+90+75=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #685A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A4B is #97A5B4. Grayscale: #5C5C5C. Windows color (decimal): -9938357 or 4938344. OLE color: 4938344.

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

Color convert

RGB1049075-
CMYK00.130.280.59
HSL31.03º16.2%35.1%-
HSV(B)31.03º27.88%40.78%-
XYZ10.6410.768.17-
YUV92.48118.14136.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=38.66%
G=33.46%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104907500.130.280.5931.0316.235.1
Hex685A4B0D1C3B1f1023
Octal1501321130153473372043
Binary11010001011010100101101101111001110111111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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