#6A764E

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

Shades of Siam #6A764E

Tints of Siam #6A764E

Color information

#6A764E (or 0x6A764E) is unknown color: approx Siam. HEX triplet: 6A, 76 and 4E. RGB value is (106,118,78). Sum of RGB (Red+Green+Blue) = 106+118+78=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 118 - color contains mainly: green. Hex color #6A764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A764E is #9589B1. Grayscale: #6D6D6D. Windows color (decimal): -9800114 or 5142122. OLE color: 5142122.

HSL color Cylindrical-coordinate representation of color #6A764E: hue angle of 78º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A764E is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB10611878-
CMYK0.1000.340.54
HSL78º20.41%38.43%-
HSV(B)78º33.9%46.27%-
XYZ13.816.579.68-
YUV109.85110.02125.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.10%
GREEN value IS 118 (46.48% from 255) = 39.07%
BLUE value IS 78 (30.86% from 255) = 25.83%
R=35.10%
G=39.07%
B=25.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106118780.1000.340.547820.4138.43
Hex6A764EA022364e1426
Octal15216611612042661162446
Binary11010101110110100111010100100010110110100111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,118,78); }

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

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

 a { background-color: rgb(106,118,78); }

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

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

 span { border-color: rgb(106,118,78); }

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