#68594C

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

Shades of Domino #68594C

Tints of Domino #68594C

Color information

#68594C (or 0x68594C) is unknown color: approx Domino. HEX triplet: 68, 59 and 4C. RGB value is (104,89,76). Sum of RGB (Red+Green+Blue) = 104+89+76=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #68594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68594C is #97A6B3. Grayscale: #5C5C5C. Windows color (decimal): -9938612 or 5003624. OLE color: 5003624.

HSL color Cylindrical-coordinate representation of color #68594C: hue angle of 27.86º 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 #68594C is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1048976-
CMYK00.140.270.59
HSL27.86º15.56%35.29%-
HSV(B)27.86º26.92%40.78%-
XYZ10.5910.618.33-
YUV92118.97136.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 89 (35.16% from 255) = 33.09%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=38.66%
G=33.09%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104897600.140.270.5927.8615.5635.29
Hex68594C0E1B3B1c1023
Octal1501311140163373342043
Binary11010001011001100110001110110111110111110010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68594C; }

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

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

<style>
 a { background-color: #68594C; }

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

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

<style>
 span { border-color: #68594C; }

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

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