#6A6A5D

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

Shades of Siam #6A6A5D

Tints of Siam #6A6A5D

Color information

#6A6A5D (or 0x6A6A5D) is unknown color: approx Siam. HEX triplet: 6A, 6A and 5D. RGB value is (106,106,93). Sum of RGB (Red+Green+Blue) = 106+106+93=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 106 - color contains mainly: red, green. Hex color #6A6A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6A5D is #9595A2. Grayscale: #686868. Windows color (decimal): -9803171 or 6122090. OLE color: 6122090.

HSL color Cylindrical-coordinate representation of color #6A6A5D: hue angle of 60º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A6A5D is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB10610693-
CMYK000.120.58
HSL60º6.53%39.02%-
HSV(B)60º12.26%41.57%-
XYZ13.0714.1612.4-
YUV104.52121.5129.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.75%
GREEN value IS 106 (41.80% from 255) = 34.75%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=34.75%
G=34.75%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10610693000.120.58606.5339.02
Hex6A6A5D00C3A3c727
Octal15215213500147274747
Binary110101011010101011101001100111010111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,106,93); }

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

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

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

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

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

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

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