#6A764D

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

Shades of Siam #6A764D

Tints of Siam #6A764D

Color information

#6A764D (or 0x6A764D) is unknown color: approx Siam. HEX triplet: 6A, 76 and 4D. RGB value is (106,118,77). Sum of RGB (Red+Green+Blue) = 106+118+77=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #6A764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A764D is #9589B2. Grayscale: #6D6D6D. Windows color (decimal): -9800115 or 5076586. OLE color: 5076586.

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

Color convert

RGB10611877-
CMYK0.1000.350.54
HSL77.56º21.03%38.24%-
HSV(B)77.56º34.75%46.27%-
XYZ13.7616.569.49-
YUV109.74109.52125.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.22%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 77 (30.47% from 255) = 25.58%
R=35.22%
G=39.20%
B=25.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106118770.1000.350.5477.5621.0338.24
Hex6A764DA023364e1526
Octal15216611512043661162546
Binary11010101110110100110110100100011110110100111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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