#6A734D

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

Shades of Siam #6A734D

Tints of Siam #6A734D

Color information

#6A734D (or 0x6A734D) is unknown color: approx Siam. HEX triplet: 6A, 73 and 4D. RGB value is (106,115,77). Sum of RGB (Red+Green+Blue) = 106+115+77=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #6A734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A734D is #958CB2. Grayscale: #6C6C6C. Windows color (decimal): -9800883 or 5075818. OLE color: 5075818.

HSL color Cylindrical-coordinate representation of color #6A734D: hue angle of 74.21º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A734D is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB10611577-
CMYK0.0800.330.55
HSL74.21º19.79%37.65%-
HSV(B)74.21º33.04%45.1%-
XYZ13.4115.869.38-
YUV107.98110.52126.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.57%
GREEN value IS 115 (45.31% from 255) = 38.59%
BLUE value IS 77 (30.47% from 255) = 25.84%
R=35.57%
G=38.59%
B=25.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106115770.0800.330.5574.2119.7937.65
Hex6A734D8021374a1426
Octal15216311510041671122446
Binary11010101110011100110110000100001110111100101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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