#6A7354

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

Shades of Siam #6A7354

Tints of Siam #6A7354

Color information

#6A7354 (or 0x6A7354) is unknown color: approx Siam. HEX triplet: 6A, 73 and 54. RGB value is (106,115,84). Sum of RGB (Red+Green+Blue) = 106+115+84=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7354 is #958CAB. Grayscale: #6C6C6C. Windows color (decimal): -9800876 or 5534570. OLE color: 5534570.

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

Color convert

RGB10611584-
CMYK0.0800.270.55
HSL77.42º15.58%39.02%-
HSV(B)77.42º26.96%45.1%-
XYZ13.6715.9710.75-
YUV108.78114.02126.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.75%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 84 (33.20% from 255) = 27.54%
R=34.75%
G=37.70%
B=27.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106115840.0800.270.5577.4215.5839.02
Hex6A7354801B374d1027
Octal15216312410033671152047
Binary1101010111001110101001000011011110111100110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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