#6B594C

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

Shades of Domino #6B594C

Tints of Domino #6B594C

Color information

#6B594C (or 0x6B594C) is unknown color: approx Domino. HEX triplet: 6B, 59 and 4C. RGB value is (107,89,76). Sum of RGB (Red+Green+Blue) = 107+89+76=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 107 - color contains mainly: red. Hex color #6B594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B594C is #94A6B3. Grayscale: #5C5C5C. Windows color (decimal): -9742004 or 5003627. OLE color: 5003627.

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

Color convert

RGB1078976-
CMYK00.170.290.58
HSL25.16º16.94%35.88%-
HSV(B)25.16º28.97%41.96%-
XYZ10.9410.798.34-
YUV92.9118.46138.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.34%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 76 (30.08% from 255) = 27.94%
R=39.34%
G=32.72%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107897600.170.290.5825.1616.9435.88
Hex6B594C0111D3A191124
Octal1531311140213572312144
Binary110101110110011001100010001111011110101100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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