#6A5A4D

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

Shades of Domino #6A5A4D

Tints of Domino #6A5A4D

Color information

#6A5A4D (or 0x6A5A4D) is unknown color: approx Domino. HEX triplet: 6A, 5A and 4D. RGB value is (106,90,77). Sum of RGB (Red+Green+Blue) = 106+90+77=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5A4D is #95A5B2. Grayscale: #5D5D5D. Windows color (decimal): -9807283 or 5069418. OLE color: 5069418.

HSL color Cylindrical-coordinate representation of color #6A5A4D: hue angle of 26.9º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A5A4D is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB1069077-
CMYK00.150.270.58
HSL26.9º15.85%35.88%-
HSV(B)26.9º27.36%41.57%-
XYZ10.9410.918.55-
YUV93.3118.8137.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.83%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 77 (30.47% from 255) = 28.21%
R=38.83%
G=32.97%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106907700.150.270.5826.915.8535.88
Hex6A5A4D0F1B3A1b1024
Octal1521321150173372332044
Binary11010101011010100110101111110111110101101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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