#6A6C4A

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

Shades of Siam #6A6C4A

Tints of Siam #6A6C4A

Color information

#6A6C4A (or 0x6A6C4A) is unknown color: approx Siam. HEX triplet: 6A, 6C and 4A. RGB value is (106,108,74). Sum of RGB (Red+Green+Blue) = 106+108+74=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 108 - color contains mainly: green. Hex color #6A6C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6C4A is #9593B5. Grayscale: #676767. Windows color (decimal): -9802678 or 4877418. OLE color: 4877418.

HSL color Cylindrical-coordinate representation of color #6A6C4A: hue angle of 63.53º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A6C4A is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB10610874-
CMYK0.0200.310.58
HSL63.53º18.68%35.69%-
HSV(B)63.53º31.48%42.35%-
XYZ12.5414.288.57-
YUV103.53111.34129.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.81%
GREEN value IS 108 (42.58% from 255) = 37.5%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=36.81%
G=37.5%
B=25.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106108740.0200.310.5863.5318.6835.69
Hex6A6C4A201F3A401324
Octal1521541122037721002344
Binary11010101101100100101010011111111010100000010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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