#6B594D

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

Shades of Domino #6B594D

Tints of Domino #6B594D

Color information

#6B594D (or 0x6B594D) is unknown color: approx Domino. HEX triplet: 6B, 59 and 4D. RGB value is (107,89,77). Sum of RGB (Red+Green+Blue) = 107+89+77=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 107 - color contains mainly: red. Hex color #6B594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B594D is #94A6B2. Grayscale: #5D5D5D. Windows color (decimal): -9742003 or 5069163. OLE color: 5069163.

HSL color Cylindrical-coordinate representation of color #6B594D: hue angle of 24º 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 #6B594D is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB1078977-
CMYK00.170.280.58
HSL24º16.3%36.08%-
HSV(B)24º28.04%41.96%-
XYZ10.9810.818.53-
YUV93.01118.96137.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.19%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 77 (30.47% from 255) = 28.21%
R=39.19%
G=32.60%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107897700.170.280.582416.336.08
Hex6B594D0111C3A181024
Octal1531311150213472302044
Binary110101110110011001101010001111001110101100010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,89,77); }

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

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

 a { background-color: rgb(107,89,77); }

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

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

 span { border-color: rgb(107,89,77); }

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