#6A6D45

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

Shades of Siam #6A6D45

Tints of Siam #6A6D45

Color information

#6A6D45 (or 0x6A6D45) is unknown color: approx Siam. HEX triplet: 6A, 6D and 45. RGB value is (106,109,69). Sum of RGB (Red+Green+Blue) = 106+109+69=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6D45 is #9592BA. Grayscale: #676767. Windows color (decimal): -9802427 or 4549994. OLE color: 4549994.

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

Color convert

RGB10610969-
CMYK0.0300.370.57
HSL64.5º22.47%34.9%-
HSV(B)64.5º36.7%42.75%-
XYZ12.4914.437.76-
YUV103.54108.51129.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.32%
GREEN value IS 109 (42.97% from 255) = 38.38%
BLUE value IS 69 (27.34% from 255) = 24.30%
R=37.32%
G=38.38%
B=24.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106109690.0300.370.5764.522.4734.9
Hex6A6D45302539401623
Octal1521551053045711002643
Binary110101011011011000101110100101111001100000010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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