#6D5C4D

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

Shades of Domino #6D5C4D

Tints of Domino #6D5C4D

Color information

#6D5C4D (or 0x6D5C4D) is unknown color: approx Domino. HEX triplet: 6D, 5C and 4D. RGB value is (109,92,77). Sum of RGB (Red+Green+Blue) = 109+92+77=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5C4D is #92A3B2. Grayscale: #5F5F5F. Windows color (decimal): -9610163 or 5069933. OLE color: 5069933.

HSL color Cylindrical-coordinate representation of color #6D5C4D: hue angle of 28.13º 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 #6D5C4D is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB1099277-
CMYK00.160.290.57
HSL28.13º17.2%36.47%-
HSV(B)28.13º29.36%42.75%-
XYZ11.4711.448.62-
YUV95.37117.63137.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.21%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 77 (30.47% from 255) = 27.70%
R=39.21%
G=33.09%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109927700.160.290.5728.1317.236.47
Hex6D5C4D0101D391c1124
Octal1551341150203571342144
Binary110110110111001001101010000111011110011110010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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