#6A6D4A

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

Shades of Siam #6A6D4A

Tints of Siam #6A6D4A

Color information

#6A6D4A (or 0x6A6D4A) is unknown color: approx Siam. HEX triplet: 6A, 6D and 4A. RGB value is (106,109,74). Sum of RGB (Red+Green+Blue) = 106+109+74=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6D4A is #9592B5. Grayscale: #686868. Windows color (decimal): -9802422 or 4877674. OLE color: 4877674.

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

Color convert

RGB10610974-
CMYK0.0300.320.57
HSL65.14º19.13%35.88%-
HSV(B)65.14º32.11%42.75%-
XYZ12.6514.58.61-
YUV104.11111.01129.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.68%
GREEN value IS 109 (42.97% from 255) = 37.72%
BLUE value IS 74 (29.30% from 255) = 25.61%
R=36.68%
G=37.72%
B=25.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106109740.0300.320.5765.1419.1335.88
Hex6A6D4A302039411324
Octal1521551123040711012344
Binary110101011011011001010110100000111001100000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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