#6A6D47

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

Shades of Siam #6A6D47

Tints of Siam #6A6D47

Color information

#6A6D47 (or 0x6A6D47) is unknown color: approx Siam. HEX triplet: 6A, 6D and 47. RGB value is (106,109,71). Sum of RGB (Red+Green+Blue) = 106+109+71=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6D47 is #9592B8. Grayscale: #676767. Windows color (decimal): -9802425 or 4681066. OLE color: 4681066.

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

Color convert

RGB10610971-
CMYK0.0300.350.57
HSL64.74º21.11%35.29%-
HSV(B)64.74º34.86%42.75%-
XYZ12.5514.468.09-
YUV103.77109.51129.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.06%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=37.06%
G=38.11%
B=24.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106109710.0300.350.5764.7421.1135.29
Hex6A6D47302339411523
Octal1521551073043711012543
Binary110101011011011000111110100011111001100000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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