#6D5A4D

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

Shades of Domino #6D5A4D

Tints of Domino #6D5A4D

Color information

#6D5A4D (or 0x6D5A4D) is unknown color: approx Domino. HEX triplet: 6D, 5A and 4D. RGB value is (109,90,77). Sum of RGB (Red+Green+Blue) = 109+90+77=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5A4D is #92A5B2. Grayscale: #5E5E5E. Windows color (decimal): -9610675 or 5069421. OLE color: 5069421.

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

Color convert

RGB1099077-
CMYK00.170.290.57
HSL24.38º17.2%36.47%-
HSV(B)24.38º29.36%42.75%-
XYZ11.311.18.57-
YUV94.2118.29138.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.49%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 77 (30.47% from 255) = 27.90%
R=39.49%
G=32.61%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109907700.170.290.5724.3817.236.47
Hex6D5A4D0111D39181124
Octal1551321150213571302144
Binary110110110110101001101010001111011110011100010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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