#6A6D50

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

Shades of Siam #6A6D50

Tints of Siam #6A6D50

Color information

#6A6D50 (or 0x6A6D50) is unknown color: approx Siam. HEX triplet: 6A, 6D and 50. RGB value is (106,109,80). Sum of RGB (Red+Green+Blue) = 106+109+80=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6D50 is #9592AF. Grayscale: #686868. Windows color (decimal): -9802416 or 5270890. OLE color: 5270890.

HSL color Cylindrical-coordinate representation of color #6A6D50: hue angle of 66.21º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A6D50 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB10610980-
CMYK0.0300.270.57
HSL66.21º15.34%37.06%-
HSV(B)66.21º26.61%42.75%-
XYZ12.8614.589.73-
YUV104.8114.01128.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.93%
GREEN value IS 109 (42.97% from 255) = 36.95%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=35.93%
G=36.95%
B=27.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106109800.0300.270.5766.2115.3437.06
Hex6A6D50301B3942f25
Octal1521551203033711021745
Binary1101010110110110100001101101111100110000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,109,80); }

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

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

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

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

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

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

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