#6E5A4D

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

Shades of Domino #6E5A4D

Tints of Domino #6E5A4D

Color information

#6E5A4D (or 0x6E5A4D) is unknown color: approx Domino. HEX triplet: 6E, 5A and 4D. RGB value is (110,90,77). Sum of RGB (Red+Green+Blue) = 110+90+77=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5A4D is #91A5B2. Grayscale: #5E5E5E. Windows color (decimal): -9545139 or 5069422. OLE color: 5069422.

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

Color convert

RGB1109077-
CMYK00.180.30.57
HSL23.64º17.65%36.67%-
HSV(B)23.64º30%43.14%-
XYZ11.4311.168.57-
YUV94.5118.13139.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.71%
GREEN value IS 90 (35.55% from 255) = 32.49%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=39.71%
G=32.49%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.3
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110907700.180.30.5723.6417.6536.67
Hex6E5A4D0121E39181225
Octal1561321150223671302245
Binary110111010110101001101010010111101110011100010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,90,77); }

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

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

 a { background-color: rgb(110,90,77); }

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

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

 span { border-color: rgb(110,90,77); }

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