#6D5E4E

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

Shades of Domino #6D5E4E

Tints of Domino #6D5E4E

Color information

#6D5E4E (or 0x6D5E4E) is unknown color: approx Domino. HEX triplet: 6D, 5E and 4E. RGB value is (109,94,78). Sum of RGB (Red+Green+Blue) = 109+94+78=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5E4E is #92A1B1. Grayscale: #606060. Windows color (decimal): -9609650 or 5135981. OLE color: 5135981.

HSL color Cylindrical-coordinate representation of color #6D5E4E: hue angle of 30.97º degrees, saturation: 0.17, 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 #6D5E4E is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB1099478-
CMYK00.140.280.57
HSL30.97º16.58%36.67%-
HSV(B)30.97º28.44%42.75%-
XYZ11.6811.818.87-
YUV96.66117.47136.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.79%
GREEN value IS 94 (37.11% from 255) = 33.45%
BLUE value IS 78 (30.86% from 255) = 27.76%
R=38.79%
G=33.45%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109947800.140.280.5730.9716.5836.67
Hex6D5E4E0E1C391f1125
Octal1551361160163471372145
Binary11011011011110100111001110111001110011111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,94,78); }

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

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

 a { background-color: rgb(109,94,78); }

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

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

 span { border-color: rgb(109,94,78); }

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