#6A594C

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

Shades of Domino #6A594C

Tints of Domino #6A594C

Color information

#6A594C (or 0x6A594C) is unknown color: approx Domino. HEX triplet: 6A, 59 and 4C. RGB value is (106,89,76). Sum of RGB (Red+Green+Blue) = 106+89+76=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 106 - color contains mainly: red. Hex color #6A594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A594C is #95A6B3. Grayscale: #5C5C5C. Windows color (decimal): -9807540 or 5003626. OLE color: 5003626.

HSL color Cylindrical-coordinate representation of color #6A594C: hue angle of 26º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A594C is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB1068976-
CMYK00.160.280.58
HSL26º16.48%35.69%-
HSV(B)26º28.3%41.57%-
XYZ10.8210.738.34-
YUV92.6118.63137.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.11%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=39.11%
G=32.84%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106897600.160.280.582616.4835.69
Hex6A594C0101C3A1a1024
Octal1521311140203472322044
Binary110101010110011001100010000111001110101101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A594C; }

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

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

<style>
 a { background-color: #6A594C; }

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

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

<style>
 span { border-color: #6A594C; }

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

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