#6D594A

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

Shades of Domino #6D594A

Tints of Domino #6D594A

Color information

#6D594A (or 0x6D594A) is unknown color: approx Domino. HEX triplet: 6D, 59 and 4A. RGB value is (109,89,74). Sum of RGB (Red+Green+Blue) = 109+89+74=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 109 - color contains mainly: red. Hex color #6D594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D594A is #92A6B5. Grayscale: #5D5D5D. Windows color (decimal): -9610934 or 4872557. OLE color: 4872557.

HSL color Cylindrical-coordinate representation of color #6D594A: hue angle of 25.71º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D594A is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB1098974-
CMYK00.180.320.57
HSL25.71º19.13%35.88%-
HSV(B)25.71º32.11%42.75%-
XYZ11.1210.897.99-
YUV93.27117.13139.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.07%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 74 (29.30% from 255) = 27.21%
R=40.07%
G=32.72%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109897400.180.320.5725.7119.1335.88
Hex6D594A01220391a1324
Octal1551311120224071322344
Binary1101101101100110010100100101000001110011101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,89,74); }

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

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

 a { background-color: rgb(109,89,74); }

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

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

 span { border-color: rgb(109,89,74); }

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