#6E5D4F

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

Shades of Domino #6E5D4F

Tints of Domino #6E5D4F

Color information

#6E5D4F (or 0x6E5D4F) is unknown color: approx Domino. HEX triplet: 6E, 5D and 4F. RGB value is (110,93,79). Sum of RGB (Red+Green+Blue) = 110+93+79=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5D4F is #91A2B0. Grayscale: #606060. Windows color (decimal): -9544369 or 5201262. OLE color: 5201262.

HSL color Cylindrical-coordinate representation of color #6E5D4F: hue angle of 27.1º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E5D4F is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB1109379-
CMYK00.150.280.57
HSL27.1º16.4%37.06%-
HSV(B)27.1º28.18%43.14%-
XYZ11.7611.719.04-
YUV96.49118.13137.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.01%
GREEN value IS 93 (36.72% from 255) = 32.98%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=39.01%
G=32.98%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110937900.150.280.5727.116.437.06
Hex6E5D4F0F1C391b1025
Octal1561351170173471332045
Binary11011101011101100111101111111001110011101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,93,79); }

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

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

 a { background-color: rgb(110,93,79); }

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

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

 span { border-color: rgb(110,93,79); }

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